Tinted Windows

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

什么是Tinted Windows?

Tinted Windows是由Andrew Hook开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to selected a tinted overlay to show on the current page.”。

扩展截图

screenshot
screenshot

下载Tinted Windows扩展crx文件

下载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\/"
    ]
}