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
}