Tinted Windows

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

Tinted Windows क्या है?

Tinted Windows Andrew Hook द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to selected a tinted overlay to show on the current page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tinted Windows एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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\/"
    ]
}