POWr Extension Cord

The easy way to install POWr Plugins

Qu'est-ce que POWr Extension Cord ?

POWr Extension Cord est une extension Chrome développée par http://powr.io, et sa fonction principale est "The easy way to install POWr Plugins".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension POWr Extension Cord

Téléchargez les fichiers d'extension POWr Extension Cord au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom POWr Extension Cord POWr Extension Cord
ID ofefmfemmcoaejoigijghpealelmjocc
URL Officiel https://chrome.google.com/webstore/detail/powr-extension-cord/ofefmfemmcoaejoigijghpealelmjocc
Description The easy way to install POWr Plugins
Taille du Fichier 55 KB
Nombre d'Installations 46
Version Actuelle 1.0
Dernière Mise à Jour 2015-08-27
Date de Publication 2015-08-27
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://powr.io
Type de Paiement free
Site Web de l'Extension https://www.powr.io/
Langues Prises en Charge 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"
    }
}