Website Color Changer
Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Website Color Changer là gì?
Website Color Changer là một tiện ích mở rộng Chrome được phát triển bởi CodeUnit, và tính năng chính của nó là "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".
Ả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 Website Color Changer
Tải xuống các tệp mở rộng Website Color Changer 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
Handy open source extension that helps you to adjust website colors. == Features == ✓ List text and background colors available on inspected website ✓ Use webpage elements highlighting to find specific color ✓ Realtime color changing using color picker ✓ Export all changes to json == Contribute == https://github.com/CodeUnitPl/Website-Color-Changer
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oenehcifpefblopdehjemeheenoamaed |
URL Chính Thức | https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed |
Mô tả | Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them. |
Kích Thước Tệp | 455 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-04-25 |
Ngày Phát Hành | 2016-04-25 |
Đánh Giá | 3.00/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | CodeUnit |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/CodeUnitPl/Website-Color-Changer |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Color Changer", "version": "1.0", "author": "CodeUnit", "homepage_url": "https:\/\/github.com\/CodeUnitPl\/Website-Color-Changer", "permissions": [ "tabs", "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.", "devtools_page": "devtools.html", "manifest_version": 2 } |