Spigot Update Templates

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

Spigot Update Templates là gì?

Spigot Update Templates là một tiện ích mở rộng Chrome được phát triển bởi Benz56, và tính năng chính của nó là "Save various templates to make updates look better and less tedious to setup!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spigot Update Templates

Tải xuống các tệp mở rộng Spigot Update Templates dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spigot Update Templates Spigot Update Templates
ID dkaognebnlidnnfeomjhhcliclchbmlp
URL Chính Thức https://chromewebstore.google.com/detail/spigot-update-templates/dkaognebnlidnnfeomjhhcliclchbmlp
Mô tả Save various templates to make updates look better and less tedious to setup!
Kích Thước Tệp 15.19 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2019-01-22
Ngày Phát Hành 2019-01-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Benz56
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}