Color Dev
Customize the color scheme of the developers favorite pages
什么是Color Dev?
Color Dev是由APHIX开发的Chrome扩展程序,该扩展的主要功能是“Customize the color scheme of the developers favorite pages”。
扩展截图
下载Color Dev扩展crx文件
下载Color Dev扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | kjccccpbheobmffklpejpgjapcbnlkng |
官方URL | https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng |
简介 | Customize the color scheme of the developers favorite pages |
文件大小 | 52.67 KB |
安装次数 | 45 |
当前版本 | 1.1.4 |
更新时间 | 2013-09-06 |
上架时间 | 2013-09-06 |
评分 | 3.33/5 共3次评分 |
开发者 | APHIX |
付费类型 | free |
支持的语言 | 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\/*" ] } |