More Colors
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
More Colors là gì?
More Colors là một tiện ích mở rộng Chrome được phát triển bởi Daniel W, và tính năng chính của nó là "One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.".
Ả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 More Colors
Tải xuống các tệp mở rộng More Colors 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
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | annnclmombcdbkkadbffibajhjpopgdo |
URL Chính Thức | https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo |
Mô tả | One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling. |
Kích Thước Tệp | 5.15 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2014-09-25 |
Ngày Phát Hành | 2014-09-25 |
Đánh Giá | 4.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Daniel W |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.danielw.org |
URL Trang Trợ Giúp | http://www.danielw.org |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "More Colors", "version": "1.0.2", "permissions": [ "activeTab", "tabs", "background" ], "icons": { "16": "color.png" }, "browser_action": { "default_title": "Makes your internet experience a little more colorful", "default_icon": "color.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "hover.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |