ColorCode

The Cross-Browser Syntax Highlighter Extension!

Wat is ColorCode?

ColorCode is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "The Cross-Browser Syntax Highlighter Extension!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ColorCode

Download ColorCode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The Cross-Browser Syntax Highlighter Extension! 🎉

ColorCode gives syntax highlighting to raw files in your browser! You can edit the theme, font size, whether or not to add linenumbers, and you can even edit the code live right in your browser!

It makes reading code in the browser actually a pleasant experience, and will increase your productivity.                    

Basisinformatie over de Extensie

Naam ColorCode ColorCode
ID apmkoednnhhkopgaalggjfhomohccaaf
Officiële URL https://chromewebstore.google.com/detail/colorcode/apmkoednnhhkopgaalggjfhomohccaaf
Beschrijving The Cross-Browser Syntax Highlighter Extension!
Bestandsgrootte 1.22 MB
Aantal Installaties 37
Huidige Versie 1.0.2
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/acheronfail/ColorCode
Help Pagina-URL https://github.com/acheronfail/ColorCode/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ColorCode",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "The Cross-Browser Syntax Highlighter Extension!",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "ftp:\/\/*\/*",
        ""
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_title": "ColorCode: click for options",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    },
    "web_accessible_resources": [
        "fonts\/*",
        "moz-extension:\/\/*",
        "chrome-extension:\/\/*"
    ]
}