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