Color Dev

Customize the color scheme of the developers favorite pages

Τι είναι το Color Dev;

Το Color Dev είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον APHIX, και η κύρια λειτουργία του είναι "Customize the color scheme of the developers favorite pages".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Color Dev

Λήψη αρχείων επέκτασης 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
Επίσημο 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\/*"
    ]
}