Colors - New Tab
A multicolored 'paint splashes' New Tab.
Colors - New Tab là gì?
Colors - New Tab là một tiện ích mở rộng Chrome được phát triển bởi Promideus, và tính năng chính của nó là "A multicolored 'paint splashes' New Tab.".
Ả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 Colors - New Tab
Tải xuống các tệp mở rộng Colors - New Tab 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
A colorful 'paint splashes' New Tab for the Google Chrome browser. Open Source: This extension is open source, and available at https://github.com/chrisprins/colors Feel free to contribute to future updates, or download it to customize your own personal version.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ncbfpbajpbdbpmaiginhplgigibkcadi |
URL Chính Thức | https://chrome.google.com/webstore/detail/colors-new-tab/ncbfpbajpbdbpmaiginhplgigibkcadi |
Mô tả | A multicolored 'paint splashes' New Tab. |
Kích Thước Tệp | 4.75 MB |
Số Lần Cài Đặt | 870 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2018-12-25 |
Ngày Phát Hành | 2018-12-25 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Promideus |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/chrisprins/colors |
URL Trang Trợ Giúp | https://www.facebook.com/promideus |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colors - New Tab", "short_name": "Colors", "description": "A multicolored 'paint splashes' New Tab.", "version": "0.2.1", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "background", "chrome:\/\/favicon\/", "topSites", "tabs", "geolocation", "unlimitedStorage", "activeTab", "storage", "bookmarks", "management" ], "content_security_policy": "script-src 'self'; object-src 'self'", "offline_enabled": true } |