Tinted Windows

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

Tinted Windows là gì?

Tinted Windows là một tiện ích mở rộng Chrome được phát triển bởi Andrew Hook, và tính năng chính của nó là "This extension allows the user to selected a tinted overlay to show on the current page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tinted Windows

Tải xuống các tệp mở rộng Tinted Windows dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
URL Chính Thức https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
Mô tả This extension allows the user to selected a tinted overlay to show on the current page.
Kích Thước Tệp 6.48 KB
Số Lần Cài Đặt 611
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2017-05-18
Ngày Phát Hành 2017-05-18
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Andrew Hook
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}