Spigot Update Templates
Save various templates to make updates look better and less tedious to setup!
什麼是Spigot Update Templates?
Spigot Update Templates是由Benz56開發的Chrome擴展程式,該擴展的主要功能是“Save various templates to make updates look better and less tedious to setup!”。
擴展截圖
下載Spigot Update Templates擴展crx文件
下載Spigot Update Templates擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Spigot Update Templates |
ID | dkaognebnlidnnfeomjhhcliclchbmlp |
官方網址 | 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 } |