Auxilio

Helper tools

Wat is Auxilio?

Auxilio is een Chrome-extensie ontwikkeld door Krasimir Tsonev, en de belangrijkste functie is "Helper tools".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auxilio

Download Auxilio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Auxilio Auxilio
ID ddkgloamdhkoohfgmopdicfcinddpnhh
Officiële URL https://chromewebstore.google.com/detail/auxilio/ddkgloamdhkoohfgmopdicfcinddpnhh
Beschrijving Helper tools
Bestandsgrootte 2.21 MB
Aantal Installaties 43
Huidige Versie 0.1.86
Laatst Bijgewerkt 2013-10-02
Publicatiedatum 2013-10-02
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Krasimir Tsonev
Betalingswijze free
Ondersteunde Talen 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"
    }
}