POWr Extension Cord

The easy way to install POWr Plugins

POWr Extension Cord क्या है?

POWr Extension Cord http://powr.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easy way to install POWr Plugins"।

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

screenshot

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

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

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

                                            

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

नाम POWr Extension Cord POWr Extension Cord
ID ofefmfemmcoaejoigijghpealelmjocc
आधिकारिक URL https://chrome.google.com/webstore/detail/powr-extension-cord/ofefmfemmcoaejoigijghpealelmjocc
विवरण The easy way to install POWr Plugins
फ़ाइल का आकार 55 KB
स्थापना संख्या 46
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-08-27
प्रकाशन तिथि 2015-08-27
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://powr.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.powr.io/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "POWr Plugins",
    "name": "POWr Extension Cord",
    "short_name": "POWr Cord",
    "description": "The easy way to install POWr Plugins",
    "version": "1.0.9",
    "version_name": "1.0",
    "options_page": "html\/options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jimdo.com\/*",
                "*:\/\/*.squarespace.com\/*",
                "*:\/\/*.websitebuilder.godaddy.com\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "scripts\/common.js",
                "scripts\/injected.js",
                "dependencies\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.jimdo.com\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "scripts\/platforms\/jimdo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.squarespace.com\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "scripts\/platforms\/squarespace.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.websitebuilder.godaddy.com\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "scripts\/platforms\/godaddy.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dependencies\/jquery.min.js"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "icons\/128-square.png"
    },
    "background": {
        "page": "html\/background.html"
    }
}