Auxilio

Helper tools

Auxilioคืออะไร?

Auxilio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Krasimir Tsonev และคุณลักษณะหลักของมันคือ "Helper tools"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auxilio

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}