Time and Weather Tab
Minimal New Tab Page.
Time and Weather Tabとは何ですか?
Time and Weather Tabはwilsodadeveloperによって開発されたChromeの拡張機能で、その主な機能は「Minimal New Tab Page.」です。
拡張機能のスクリーンショット
Time and Weather Tab拡張機能のCRXファイルをダウンロード
Time and Weather Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A minimal new tab page that shows the time and current weather.
拡張機能の基本情報
名前 | Time and Weather Tab |
ID | ohlpipdkopgmnpaefpabeboimndinfml |
公式URL | https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml |
説明 | Minimal New Tab Page. |
ファイルサイズ | 41.82 KB |
インストール数 | 43 |
現在のバージョン | 1.0 |
最終更新日 | 2017-02-16 |
公開日 | 2017-02-16 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | wilsodadeveloper |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time and Weather Tab", "description": "Minimal New Tab Page.", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "start-page.html" }, "background": { "scripts": [ "jquery.min.js", "weather.js" ] }, "permissions": [ "geolocation", "storage", "http:\/\/api.openweathermap.org\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |