Bleak
The weather can always get worse
Bleakとは何ですか?
Bleakはcraig hooper and jp guevremontによって開発されたChromeの拡張機能で、その主な機能は「The weather can always get worse」です。
拡張機能のスクリーンショット
Bleak拡張機能のCRXファイルをダウンロード
Bleak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bleak° is an extension that displays your local weather when opening new tabs. And because the weather can always get worse, there's a less than inspirational message to help you on your way. Bleak° knows where you are automatically but you can set your location manually by clicking on the city name.
拡張機能の基本情報
名前 | Bleak |
ID | fpjagaljndnekelimchojdakbnfalejm |
公式URL | https://chromewebstore.google.com/detail/bleak/fpjagaljndnekelimchojdakbnfalejm |
説明 | The weather can always get worse |
ファイルサイズ | 377 KB |
インストール数 | 427 |
現在のバージョン | 0.84 |
最終更新日 | 2018-01-25 |
公開日 | 2018-01-25 |
評価 | 4.40/5 合計 20 レビュー |
開発者 | craig hooper and jp guevremont |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bleak", "short_name": "Bleak tab page", "description": "The weather can always get worse", "version": "0.84", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "browser_action": { "default_icon": "static\/img\/icon_sml.png" }, "background": { "persistent": true, "scripts": [ "static\/js\/background.js" ] }, "icons": { "16": "static\/img\/icon16.png", "32": "static\/img\/icon32.png", "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/api.openweathermap.org https:\/\/use.typekit.net; object-src 'self'", "permissions": [ "*:\/\/use.typekit.net\/*", "webRequest", "webRequestBlocking", "geolocation" ] } |