ColorCode
The Cross-Browser Syntax Highlighter Extension!
What is ColorCode?
ColorCode is a Chrome extension developed by Unknown, and its main feature is "The Cross-Browser Syntax Highlighter Extension!".
Extension Screenshots
Download ColorCode Extension CRX File
Download ColorCode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ColorCode |
ID | apmkoednnhhkopgaalggjfhomohccaaf |
Official URL | https://chromewebstore.google.com/detail/colorcode/apmkoednnhhkopgaalggjfhomohccaaf |
Description | The Cross-Browser Syntax Highlighter Extension! |
File Size | 1.22 MB |
Installation Count | 37 |
Current Version | 1.0.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/acheronfail/ColorCode |
Help Page URL | https://github.com/acheronfail/ColorCode/issues |
Supported Languages | 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:\/\/*\/*", " |