Gargl

Record web requests and turn them into reusable code in any programming language.

Что такое Gargl?

Gargl - это расширение Chrome, разработанное Apptastic!, и его основная функция - " Record web requests and turn them into reusable code in any programming language.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Gargl - Generic API Recorder and Generator Lite. Pronounced "Gargle."

Automate any website. Record web requests as they happen and turn them into reusable code in any programming language.

Learn more about Gargl here: http://jodoglevy.com/jobloglevy/?p=5

Source code available here: https://github.com/jodoglevy/gargl                    

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

Название Gargl Gargl
ID hagmpmhhkhfgkgdmbgldddcobicgkhnj
Официальный URL https://chrome.google.com/webstore/detail/gargl/hagmpmhhkhfgkgdmbgldddcobicgkhnj
Описание Record web requests and turn them into reusable code in any programming language.
Размер файла 11.76 KB
Количество установок 606
Текущая Версия 0.12
Последнее Обновление 2015-01-10
Дата публикации 2015-01-10
Рейтинг 4.75/5 Всего 8 оценок
Разработчик Apptastic!
Тип оплаты free
URL страницы политики конфиденциальности https://apptastic.uservoice.com/knowledgebase/articles/1839385
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gargl",
    "version": "0.12",
    "description": " Record web requests and turn them into reusable code in any programming language.",
    "manifest_version": 2,
    "incognito": "spanning",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "devtools_page": "devtools.html"
}