Spigot Update Templates
Save various templates to make updates look better and less tedious to setup!
Vad är Spigot Update Templates?
Spigot Update Templates är en Chrome-tillägg utvecklad av Benz56, och dess huvudfunktion är "Save various templates to make updates look better and less tedious to setup!".
Tilläggsskärmbilder
Ladda ner Spigot Update Templates-förlängningens CRX-fil
Ladda ner Spigot Update Templates-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Spigot Update Templates |
ID | dkaognebnlidnnfeomjhhcliclchbmlp |
Officiell webbadress | https://chromewebstore.google.com/detail/spigot-update-templates/dkaognebnlidnnfeomjhhcliclchbmlp |
Beskrivning | Save various templates to make updates look better and less tedious to setup! |
Filstorlek | 15.19 KB |
Antal Installationer | 47 |
Aktuell Version | 1.5.0 |
Senast Uppdaterad | 2019-01-22 |
Publiceringsdatum | 2019-01-22 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Benz56 |
Betalningssätt | free |
Stödda Språk | 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 } |