Color Dev
Customize the color scheme of the developers favorite pages
Color Dev là gì?
Color Dev là một tiện ích mở rộng Chrome được phát triển bởi APHIX, và tính năng chính của nó là "Customize the color scheme of the developers favorite pages".
Ả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 Color Dev
Tải xuống các tệp mở rộng Color Dev 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
Customize the color scheme of the code that appears in stackoverflow. This is not a extension who customize the entire page. The main purpose is to beautify the code that you read from the stackoverflow. Github, bitbucket and more are coming. Check the source code in : https://github.com/rodrigore/ColorDev -- Change log: v1.1.4: Fix bug
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kjccccpbheobmffklpejpgjapcbnlkng |
URL Chính Thức | https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng |
Mô tả | Customize the color scheme of the developers favorite pages |
Kích Thước Tệp | 52.67 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2013-09-06 |
Ngày Phát Hành | 2013-09-06 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | APHIX |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Dev", "version": "1.1.4", "manifest_version": 2, "description": "Customize the color scheme of the developers favorite pages", "homepage_url": "https:\/\/github.com\/rodrigore\/ColorDev", "icons": { "16": "icons\/icon16.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/stack19.png", "default_title": "Choose your Color Scheme for stackoverflow (soon GitHub)", "default_popup": "src\/page_action\/page_action.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/stackoverflow.com\/*" ] } |