Dark-Numworks

A chrome add-on to make the numworks workshop website darker.

Dark-Numworksとは何ですか?

Dark-NumworksはCZX - Devによって開発されたChromeの拡張機能で、その主な機能は「A chrome add-on to make the numworks workshop website darker.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        [FR] - Vous êtes "anti white theme"? Eh bien voici dark-Numworks, qui changera le site workshop.numworks.com pour vos yeux! Implémentant un dark theme fait à la main!

[ENG] - Are you "anti white theme"? Well here is dark-Numworks, which will change the workshop.numworks.com website for your eyes! Implementing a handmade dark theme!                    

拡張機能の基本情報

名前 Dark-Numworks Dark-Numworks
ID hpjcifgaejbdpnkdbiifofodhbmpmjij
公式URL https://chromewebstore.google.com/detail/dark-numworks/hpjcifgaejbdpnkdbiifofodhbmpmjij
説明 A chrome add-on to make the numworks workshop website darker.
ファイルサイズ 39.56 KB
インストール数 50
現在のバージョン 0.1.4
最終更新日 2019-11-27
公開日 2019-11-27
評価 4.50/5 合計 2 レビュー
開発者 CZX - Dev
支払い方法 free
拡張機能のウェブサイト https://github.com/Cozax/numworks-site-dark-theme
ヘルプページのURL https://github.com/Cozax/numworks-site-dark-theme/issues
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark-Numworks",
    "version": "0.1.4",
    "description": "A chrome add-on to make the numworks workshop website darker.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "22596700.png",
        "128": "22596700.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css",
                "dn-options.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/workshop.numworks.com\/*"
            ]
        }
    ]
}