Inverto: quick dark mode

Quickly turn any website to dark mode and vice-versa

Inverto: quick dark modeとは何ですか?

Inverto: quick dark modeはBhupesh Singhによって開発されたChromeの拡張機能で、その主な機能は「Quickly turn any website to dark mode and vice-versa」です。

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

screenshot
screenshot
screenshot
screenshot

Inverto: quick dark mode拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Click on the extension icon to turn any website into dark mode. This extension inverts the color of the webpage hence light becomes dark and vice-versa.

I mostly use it to quickly turn any website to dark mode.

My instagram: https://www.instagram.com/bhupesh.in                    

拡張機能の基本情報

名前 Inverto: quick dark mode Inverto: quick dark mode
ID kolfenammlikmengddmhgdpdbianpjff
公式URL https://chromewebstore.google.com/detail/inverto-quick-dark-mode/kolfenammlikmengddmhgdpdbianpjff
説明 Quickly turn any website to dark mode and vice-versa
ファイルサイズ 14.27 KB
インストール数 236
現在のバージョン 0.2
最終更新日 2023-12-12
公開日 2022-03-24
評価 5.00/5 合計 3 レビュー
開発者 Bhupesh Singh
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inverto: quick dark mode",
    "version": "0.2",
    "manifest_version": 3,
    "description": "Quickly turn any website to dark mode and vice-versa",
    "action": {
        "default_icon": {
            "16": "\/images\/logo\/logo-16.png",
            "32": "\/images\/logo\/logo-32.png",
            "48": "\/images\/logo\/logo-48.png",
            "128": "\/images\/logo\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo\/logo-16.png",
        "32": "\/images\/logo\/logo-32.png",
        "48": "\/images\/logo\/logo-48.png",
        "128": "\/images\/logo\/logo-128.png"
    },
    "options_page": "about.html",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}