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
官方網址 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"
    }
}