Closure Extension

An extension that gives you quick and easy access to Google's closure compiler service

Что такое Closure Extension?

Closure Extension - это расширение Chrome, разработанное Unknown, и его основная функция - "An extension that gives you quick and easy access to Google's closure compiler service".

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

screenshot

Скачать файл CRX расширения Closure Extension

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

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

                        An extension that gives you quick and easy access to Google's closure compiler service to compress/minify your javascript. Gives you the basic compression stats and lets you add external URLs as well.                    

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

Название Closure Extension Closure Extension
ID pfbfgemhjkgfmbpdfbdobandhkglmehc
Официальный URL https://chromewebstore.google.com/detail/closure-extension/pfbfgemhjkgfmbpdfbdobandhkglmehc
Описание An extension that gives you quick and easy access to Google's closure compiler service
Размер файла 6.38 KB
Количество установок 168
Текущая Версия 1.0
Последнее Обновление 2012-09-10
Дата публикации 2012-09-10
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closure Extension",
    "version": "1.0",
    "manifest_version": 2,
    "description": "An extension that gives you quick and easy access to Google's closure compiler service",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "Main.html"
    },
    "permissions": [
        "http:\/\/closure-compiler.appspot.com\/home"
    ]
}