Spigot Update Templates

Save various templates to make updates look better and less tedious to setup!

Spigot Update Templatesคืออะไร?

Spigot Update Templates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benz56 และคุณลักษณะหลักของมันคือ "Save various templates to make updates look better and less tedious to setup!"

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

screenshot

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

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

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

                                            

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

ชื่อ Spigot Update Templates Spigot Update Templates
ID dkaognebnlidnnfeomjhhcliclchbmlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spigot-update-templates/dkaognebnlidnnfeomjhhcliclchbmlp
คำอธิบาย Save various templates to make updates look better and less tedious to setup!
ขนาดไฟล์ 15.19 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2019-01-22
วันที่เผยแพร่ 2019-01-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Benz56
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spigot Update Templates",
    "version": "1.5.0",
    "description": "Save various templates to make updates look better and less tedious to setup!",
    "permissions": [
        "https:\/\/www.spigotmc.org\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spigotmc.org\/resources\/*\/add-version",
                "https:\/\/www.spigotmc.org\/resources\/*\/edit",
                "https:\/\/www.spigotmc.org\/resources\/add"
            ],
            "js": [
                "widgets\/templateStorage.js",
                "templateHTML.js",
                "widgets\/visual.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popup\/popup.html"
    },
    "manifest_version": 2
}