Tardis Loader

This extension will activate the Tardis Tool

Tardis Loaderคืออะไร?

Tardis Loader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lucasleedotnet และคุณลักษณะหลักของมันคือ "This extension will activate the Tardis Tool"

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

ดาวน์โหลดไฟล์ส่วนขยาย Tardis Loader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tardis Loader Tardis Loader
ID knaddecekpkgcfgafcdkjkbkifneeaof
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tardis-loader/knaddecekpkgcfgafcdkjkbkifneeaof
คำอธิบาย This extension will activate the Tardis Tool
ขนาดไฟล์ 10.11 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-03-21
วันที่เผยแพร่ 2017-03-21
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา lucasleedotnet
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tardis Loader",
    "description": "This extension will activate the Tardis Tool",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "loader.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bootstrap.js"
            ]
        }
    ]
}