Dark Side

An extension that helps you to change any website to dark mode and change the font of any website to your desired font

Dark Sideとは何ですか?

Dark SideはEmmanuel Ainaによって開発されたChromeの拡張機能で、その主な機能は「An extension that helps you to change any website to dark mode and change the font of any website to your desired font」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension helps you to change any website to dark mode and change the font of any website to your desired font                    

拡張機能の基本情報

名前 Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
公式URL https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
説明 An extension that helps you to change any website to dark mode and change the font of any website to your desired font
ファイルサイズ 21.13 KB
インストール数 819
現在のバージョン 1.5
最終更新日 2019-09-23
公開日 2019-09-23
評価 3.17/5 合計 6 レビュー
開発者 Emmanuel Aina
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Side",
    "version": "1.5",
    "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}