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 |
公式URL | 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 |
Eメール | [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" } } |