Auxilio

Helper tools

Auxilioとは何ですか?

AuxilioはKrasimir Tsonevによって開発されたChromeの拡張機能で、その主な機能は「Helper tools」です。

拡張機能のスクリーンショット

screenshot

Auxilio拡張機能のCRXファイルをダウンロード

Auxilio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Auxilio Auxilio
ID ddkgloamdhkoohfgmopdicfcinddpnhh
公式URL https://chromewebstore.google.com/detail/auxilio/ddkgloamdhkoohfgmopdicfcinddpnhh
説明 Helper tools
ファイルサイズ 2.21 MB
インストール数 43
現在のバージョン 0.1.86
最終更新日 2013-10-02
公開日 2013-10-02
評価 5.00/5 合計 5 レビュー
開発者 Krasimir Tsonev
支払い方法 free
対応言語 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"
    }
}