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
官方網址 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
電子郵箱 [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"
    }
}