Auxilio

Helper tools

Qu'est-ce que Auxilio ?

Auxilio est une extension Chrome développée par Krasimir Tsonev, et sa fonction principale est "Helper tools".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auxilio

Téléchargez les fichiers d'extension Auxilio 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

                        Auxilio provides:
a) new "new tab" page
b) additional tab in devtools

An in-depth article about the extension:
http://goo.gl/m9BKhR

YouTube videos showing some of the common use cases:
http://goo.gl/nQXaso                    

Informations de Base sur l'Extension

Nom Auxilio Auxilio
ID ddkgloamdhkoohfgmopdicfcinddpnhh
URL Officiel https://chromewebstore.google.com/detail/auxilio/ddkgloamdhkoohfgmopdicfcinddpnhh
Description Helper tools
Taille du Fichier 2.21 MB
Nombre d'Installations 43
Version Actuelle 0.1.86
Dernière Mise à Jour 2013-10-02
Date de Publication 2013-10-02
Évaluation 5.00/5 Total 5 Évaluations
Développeur Krasimir Tsonev
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auxilio",
    "description": "Helper tools",
    "version": "0.1.86",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "debugger",
        "http:\/\/*\/",
        "https:\/\/*\/*",
        "webNavigation",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    }
}