WeatherTab - new tab browser extension
Follow the weather forecast when loading a new tab in your browser
WeatherTab - new tab browser extensionとは何ですか?
WeatherTab - new tab browser extensionはDev Labsによって開発されたChromeの拡張機能で、その主な機能は「Follow the weather forecast when loading a new tab in your browser」です。
拡張機能のスクリーンショット
WeatherTab - new tab browser extension拡張機能のCRXファイルをダウンロード
WeatherTab - new tab browser extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Follow the weather forecast when loading a new tab in your browser
拡張機能の基本情報
名前 | |
ID | ndmbacelaedejokjkolgipmdkblnibbo |
公式URL | https://chrome.google.com/webstore/detail/weathertab-new-tab-browse/ndmbacelaedejokjkolgipmdkblnibbo |
説明 | Follow the weather forecast when loading a new tab in your browser |
ファイルサイズ | 16.44 MB |
インストール数 | 41 |
現在のバージョン | 1.0.3 |
最終更新日 | 2019-03-15 |
公開日 | 2019-03-15 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Dev Labs |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://privacy.devlabs.bg |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WeatherTab - new tab browser extension", "version": "1.0.3", "manifest_version": 2, "description": "Follow the weather forecast when loading a new tab in your browser", "homepage_url": "http:\/\/openweathermap.org\/", "icons": { "16": "images\/icons\/logo16.png", "32": "images\/icons\/logo32.png", "48": "images\/icons\/logo48.png", "64": "images\/icons\/logo64.png", "128": "images\/icons\/logo128.png" }, "browser_action": { "default_icon": "images\/icons\/logo32.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "http:\/\/openweathermap.org\/*", "storage" ] } |