Blur-It

This extensions blurs the current page.

Blur-It क्या है?

Blur-It https://www.directorschoice.travel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions blurs the current page."।

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

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

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

                        This extension creates a 10px blur on your current tab.  The blur effect is useful in viewing your UI design from a "step back" perspective.                    

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

नाम Blur-It Blur-It
ID plonmelfemjgjbegkbonhcjjdnenpbag
आधिकारिक URL https://chromewebstore.google.com/detail/blur-it/plonmelfemjgjbegkbonhcjjdnenpbag
विवरण This extensions blurs the current page.
फ़ाइल का आकार 6.39 KB
स्थापना संख्या 63
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-05-05
प्रकाशन तिथि 2017-05-05
डेवलपर https://www.directorschoice.travel
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blur-It",
    "description": "This extensions blurs the current page.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "blurit.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "blurit.png",
        "default_title": "Click to blur page."
    }
}