Gargl

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

Was ist Gargl?

Gargl ist eine Chrome-Erweiterung, die von Apptastic! entwickelt wurde, und ihr Hauptmerkmal ist " Record web requests and turn them into reusable code in any programming language.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Gargl-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gargl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Gargl Gargl
ID hagmpmhhkhfgkgdmbgldddcobicgkhnj
Offizielle URL https://chrome.google.com/webstore/detail/gargl/hagmpmhhkhfgkgdmbgldddcobicgkhnj
Beschreibung Record web requests and turn them into reusable code in any programming language.
Dateigröße 11.76 KB
Installationsanzahl 606
Aktuelle Version 0.12
Letztes Update 2015-01-10
Veröffentlichungsdatum 2015-01-10
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler Apptastic!
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://apptastic.uservoice.com/knowledgebase/articles/1839385
Unterstützte Sprachen 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"
}