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”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Color Dev Color Dev
ID kjccccpbheobmffklpejpgjapcbnlkng
官方網址 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\/*"
    ]
}