note-dark

Dark mode for note.com

note-darkとは何ですか?

note-darkはsakurayaによって開発されたChromeの拡張機能で、その主な機能は「Dark mode for note.com」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        apply dark mode style for https://note.com
The service provides no official dark mode, so this extension overwrite style to enable dark mode.                    

拡張機能の基本情報

名前 note-dark note-dark
ID ndjhheglhimmpjbgedbacgmloigpicng
公式URL https://chromewebstore.google.com/detail/note-dark/ndjhheglhimmpjbgedbacgmloigpicng
説明 Dark mode for note.com
ファイルサイズ 47.04 KB
インストール数 26
現在のバージョン 1.0.13
最終更新日 2020-12-30
公開日 2020-05-24
評価 4.00/5 合計 1 レビュー
開発者 sakuraya
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Blue-Pix/note-dark
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "note-dark",
    "version": "1.0.13",
    "manifest_version": 2,
    "description": "Dark mode for note.com",
    "permissions": [
        "*:\/\/note.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "*.css"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.slim.min.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/note.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}