Cloudy
Turn those websites gray.
Cloudyとは何ですか?
CloudyはAndy Morganによって開発されたChromeの拡張機能で、その主な機能は「Turn those websites gray.」です。
拡張機能のスクリーンショット
Cloudy拡張機能のCRXファイルをダウンロード
Cloudy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Whether you're trying to minimise the draw of time-wasting websites or just looking for a little less color in your internet experience, Cloudy could just be the right Chrome Extension for you. With Cloudy you can select the websites you want it to run in, and the websites you don't, giving you the ability to customise Cloudy to your unique needs. And with just a simple click of the Cloudy icon, Cloudy can be paused, bringing everything back to full color exactly when you need it. Best of all, Cloudy is completely free...and always will be. Enjoy! Latest changes in version 1.2.2: - Fixed 'Not running by default' bug.
拡張機能の基本情報
名前 | Cloudy |
ID | jfiicemmkondhllomamcghhedjhnkefb |
公式URL | https://chromewebstore.google.com/detail/cloudy/jfiicemmkondhllomamcghhedjhnkefb |
説明 | Turn those websites gray. |
ファイルサイズ | 6.52 KB |
インストール数 | 227 |
現在のバージョン | 1.2.2 |
最終更新日 | 2018-03-27 |
公開日 | 2018-03-26 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Andy Morgan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloudy", "short_name": "Cloudy", "description": "Turn those websites gray.", "version": "1.2.2", "author": "Andy Morgan", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/icon_24.png", "default_title": "Cloudy" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "manifest_version": 2 } |