ColorCode

The Cross-Browser Syntax Highlighter Extension!

ColorCodeとは何ですか?

ColorCodeはUnknownによって開発されたChromeの拡張機能で、その主な機能は「The Cross-Browser Syntax Highlighter Extension!」です。

拡張機能のスクリーンショット

screenshot
screenshot

ColorCode拡張機能のCRXファイルをダウンロード

ColorCode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ColorCode ColorCode
ID apmkoednnhhkopgaalggjfhomohccaaf
公式URL https://chromewebstore.google.com/detail/colorcode/apmkoednnhhkopgaalggjfhomohccaaf
説明 The Cross-Browser Syntax Highlighter Extension!
ファイルサイズ 1.22 MB
インストール数 37
現在のバージョン 1.0.2
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/acheronfail/ColorCode
ヘルプページのURL https://github.com/acheronfail/ColorCode/issues
対応言語 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:\/\/*"
    ]
}