Cloudy
Turn those websites gray.
Cloudy là gì?
Cloudy là một tiện ích mở rộng Chrome được phát triển bởi Andy Morgan, và tính năng chính của nó là "Turn those websites gray.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cloudy
Tải xuống các tệp mở rộng Cloudy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cloudy |
ID | jfiicemmkondhllomamcghhedjhnkefb |
URL Chính Thức | https://chromewebstore.google.com/detail/cloudy/jfiicemmkondhllomamcghhedjhnkefb |
Mô tả | Turn those websites gray. |
Kích Thước Tệp | 6.52 KB |
Số Lần Cài Đặt | 227 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2018-03-27 |
Ngày Phát Hành | 2018-03-26 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Andy Morgan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |