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 |
官方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 } |