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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spigot Update Templates
قم بتنزيل ملفات الامتداد Spigot Update Templates بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | 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 } |