SearchWeather
See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!
什麼是SearchWeather?
SearchWeather是由clicksedgellc開發的Chrome擴展程式,該擴展的主要功能是“See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!”。
擴展截圖
下載SearchWeather擴展crx文件
下載SearchWeather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search Weather is a browser extension. Location based weather details will be available to view along with the 5 day forecast. There is an option to change the location to view the weather at the location of preference. The background will change based on the type of weather. Time and data also available for the users. There is a searchbar for the users to search and get results from search Engine. For now, it is redirected to google search engine. User has an option to keep the browser option available while opening a new tab or will open as a window clicking the extension icon. The Search weather extension provides weather details for the user alsong with search option and also an option to change the location of the preferred weather location.
擴展基本資訊
名稱 | |
ID | nnfecjnokhnmljkojoiddnodklkbikfn |
官方網址 | https://chrome.google.com/webstore/detail/searchweather/nnfecjnokhnmljkojoiddnodklkbikfn |
簡介 | See the Weather Forecast in your browser for your location. Looking outside does not show you numbers! |
檔案大小 | 936 KB |
安裝次數 | 61 |
目前版本 | 0.0.3 |
更新時間 | 2021-06-28 |
上架時間 | 2021-04-13 |
評分 | 4.67/5 共 3 次評分 |
開發者 | clicksedgellc |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://clicksedge.co |
說明頁面URL | http://clicksedge.co/contact-us/ |
隱私政策頁面URL | http://clicksedge.co/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SearchWeather", "version": "0.0.3", "options_page": "app\/index.html", "icons": { "16": "images\/icon16-1.png", "32": "images\/icon32-1.png", "128": "images\/128x128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16-1.png" }, "default_title": "Weather", "default_popup": "app\/smallindex.html" }, "description": "See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!", "chrome_url_overrides": { "newtab": "app\/index.html" }, "default_locale": "en", "author": "Fajo Joy, Bangalore, India", "background": { "page": "background.html" }, "permissions": [ "storage", "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/fonts.googleapis.com\/css2 ; object-src 'self'", "manifest_version": 2 } |