Weather New Tab
The best weather new tab extention
什麼是Weather New Tab?
Weather New Tab是由weathernewtab開發的Chrome擴展程式,該擴展的主要功能是“The best weather new tab extention”。
擴展截圖
下載Weather New Tab擴展crx文件
下載Weather New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"
擴展基本資訊
名稱 | Weather New Tab |
ID | bpbogmolkofliadijppmedcifmejecjk |
官方網址 | https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk |
簡介 | The best weather new tab extention |
檔案大小 | 1.67 MB |
安裝次數 | 6,921 |
目前版本 | 1.0.4 |
更新時間 | 2023-05-30 |
上架時間 | 2022-10-26 |
開發者 | weathernewtab |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://weathernewtab.com/privacy.html |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 3, "name": "Weather New Tab", "version": "1.0.4", "description": "The best weather new tab extention", "permissions": [ "geolocation", "cookies", "storage" ], "chrome_url_overrides": { "newtab": "tab.html" }, "action": { "default_icon": "icon.png" } } |