Tinted Windows

This extension allows the user to selected a tinted overlay to show on the current page.

Tinted Windowsคืออะไร?

Tinted Windows เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Hook และคุณลักษณะหลักของมันคือ "This extension allows the user to selected a tinted overlay to show on the current page."

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

screenshot
screenshot

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

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

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

                                            

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

ชื่อ Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
คำอธิบาย This extension allows the user to selected a tinted overlay to show on the current page.
ขนาดไฟล์ 6.48 KB
จำนวนการติดตั้ง 611
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2017-05-18
วันที่เผยแพร่ 2017-05-18
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Andrew Hook
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinted Windows",
    "description": "This extension allows the user to selected a tinted overlay to show on the current page.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Andy Hook ",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/ajax.googleapis.com\/"
    ]
}