Spigot Update Templates

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

Spigot Update Templates क्या है?

Spigot Update Templates Benz56 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save various templates to make updates look better and less tedious to setup!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spigot Update Templates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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
}