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\/*" ] } |