AI 产品解读Weather display and web search via a custom new-tab page that also overrides the default search engine to LogiWeather (Bing-backed)
Provides quick weather information lookup by city and web search from a single new-tab interface, while also redirecting browser search queries to the LogiWeather search engine
Extension installs and overrides the default search engine to search.logiweather.com. On new tab open, a custom page displays two tabs: (1) Weather tab where user enters a city name to get current weather from OpenWeatherMap API, showing temperature, description, humidity, and wind speed with weather icons; (2) Search tab with a search box that submits queries to search.logiweather.com. The last searched city is remembered via chrome.storage.local and auto-loaded on next visit.
Weather lookup by city using OpenWeatherMap API with temperature, humidity, wind speed, and weather condition iconsWeb search via custom search engine at search.logiweather.com (Bing-powered)Custom new tab page replacing Chrome's defaultRemembers last searched city via chrome.storage.local
- 目标用户
- Users who want a combined weather and search new-tab experience / General web users looking for a weather widget in their browser
- The extension is a search engine redirector (search hijacker) that monetizes through Bing search revenue - this is not a paid feature but is worth noting for user awareness.
- Cannot verify what search.logiweather.com actually serves or whether it has its own account/payment system without accessing the live site.
- The hardcoded OpenWeatherMap API key is exposed in source, which is an API key management issue but not related to login/paid features.
付费分析未识别到付费功能
No payment infrastructure, subscription checks, premium tiers, or upgrade UI exists in the extension. All keyword hits for 'pro', 'license', 'token' come from third-party libraries (FontAwesome, Bootstrap, jQuery), not from extension logic. The extension provides its full functionality (weather display + search) without any gating.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login UI, authentication flow, or user account system exists in any extension source file. The weather feature uses a hardcoded OpenWeatherMap API key and does not require user credentials. The search function submits directly to a search URL without authentication.