Color Dev

Customize the color scheme of the developers favorite pages

Co to jest Color Dev?

Color Dev to rozszerzenie Chrome opracowane przez APHIX, a jego główną funkcją jest „Customize the color scheme of the developers favorite pages”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Color Dev

Pobierz pliki rozszerzeń Color Dev w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Color Dev Color Dev
ID kjccccpbheobmffklpejpgjapcbnlkng
Oficjalny URL https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng
Opis Customize the color scheme of the developers favorite pages
Rozmiar pliku 52.67 KB
Liczba instalacji 45
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2013-09-06
Data Publikacji 2013-09-06
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper APHIX
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}