Format: Dark

Save the eys, darkify

Format: Darkとは何ですか?

Format: DarkはWebGL3Dによって開発されたChromeの拡張機能で、その主な機能は「Save the eys, darkify」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is really made and tailored just for me. Feel free to check out the source or use it. Do not expect maintenance or feature requests to be fulfilled.
https://github.com/WebGL3D/format-dark                    

拡張機能の基本情報

名前 Format: Dark Format: Dark
ID cjiacgfhkjlbdpmhnbbkndchhnbpdcid
公式URL https://chromewebstore.google.com/detail/format-dark/cjiacgfhkjlbdpmhnbbkndchhnbpdcid
説明 Save the eys, darkify
ファイルサイズ 94.92 KB
インストール数 602
現在のバージョン 1.1.4
最終更新日 2021-08-17
公開日 2019-09-07
評価 3.25/5 合計 12 レビュー
開発者 WebGL3D
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/WebGL3D/format-dark
プライバシーポリシーページのURL https://roblox.plus/about/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4",
    "name": "Format: Dark",
    "short_name": "Format: Dark",
    "description": "Save the eys, darkify",
    "icons": {
        "128": "\/images\/icons\/icon_128x128.png",
        "16": "\/images\/icons\/icon_16x16.png",
        "48": "\/images\/icons\/icon_64x64.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/lib\/ext.js",
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/highlight.pack.js",
                "\/js\/lib\/beautify.js",
                "\/js\/lib\/cssbeautify.js",
                "\/js\/themes.js",
                "\/js\/preloadDark.js"
            ],
            "css": [
                "\/css\/output\/page-dark-common.css",
                "\/css\/output\/code\/dark-code.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/css\/output\/documentation\/ietf.org.css"
            ],
            "matches": [
                "*:\/\/tools.ietf.org\/html\/*",
                "*:\/\/datatracker.ietf.org\/doc\/html\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/github.com\/WebGL3D\/format-dark",
    "manifest_version": 2,
    "incognito": "split"
}