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
Eメール [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\/"
    ]
}