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!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Spigot Update Templates

Скачайте файлы расширений Spigot Update Templates в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Spigot Update Templates 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
}