Dark View

Makes sites design dark. Night vision for all sites. Better than color inverters.

Dark Viewคืออะไร?

Dark View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Light Alex และคุณลักษณะหลักของมันคือ "Makes sites design dark. Night vision for all sites. Better than color inverters."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark View

ดาวน์โหลดไฟล์ส่วนขยาย Dark View ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Makes sites design dark. Night vision for all sites. You can change design mode in one click. Set up your own darkness level in extension settings. Better than color inverters.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dark View Dark View
ID ppnppfpknkjeipmglcigdiinakeaofbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-view/ppnppfpknkjeipmglcigdiinakeaofbj
คำอธิบาย Makes sites design dark. Night vision for all sites. Better than color inverters.
ขนาดไฟล์ 168 KB
จำนวนการติดตั้ง 4,471
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2020-03-07
วันที่เผยแพร่ 2020-03-05
คะแนน 4.64/5 รวมทั้งหมด 80 คะแนน
ผู้พัฒนา Light Alex
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addons.lightalex.com/?source=chrome_store
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark View",
    "short_name": "__MSG_description__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.0.2",
    "author": "Light Alex",
    "options_page": "options.html",
    "homepage_url": "https:\/\/addons.lightalex.com\/#darkview",
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/popup_dark_16.png",
            "24": "icons\/popup_dark_24.png",
            "32": "icons\/popup_dark_32.png"
        }
    },
    "background": {
        "scripts": [
            "files\/script\/background.js"
        ]
    },
    "commands": {
        "toggle-addon": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "__MSG_keyToggleAddon__"
        },
        "minus-dark": {
            "suggested_key": {
                "default": "Alt+Comma"
            },
            "description": "__MSG_keyMinusDark__"
        },
        "plus-dark": {
            "suggested_key": {
                "default": "Alt+Period"
            },
            "description": "__MSG_keyPlusDark__"
        }
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "file:\/\/\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "css": [
                "files\/css\/main.css"
            ],
            "js": [
                "files\/script\/preload.js"
            ],
            "run_at": "document_start"
        }
    ]
}