Gargl

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

Vad är Gargl?

Gargl är en Chrome-tillägg utvecklad av Apptastic!, och dess huvudfunktion är " Record web requests and turn them into reusable code in any programming language.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Gargl-förlängningens CRX-fil

Ladda ner Gargl-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Gargl Gargl
ID hagmpmhhkhfgkgdmbgldddcobicgkhnj
Officiell webbadress https://chrome.google.com/webstore/detail/gargl/hagmpmhhkhfgkgdmbgldddcobicgkhnj
Beskrivning Record web requests and turn them into reusable code in any programming language.
Filstorlek 11.76 KB
Antal Installationer 606
Aktuell Version 0.12
Senast Uppdaterad 2015-01-10
Publiceringsdatum 2015-01-10
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare Apptastic!
Betalningssätt free
URL till Sekretesspolicy Sidan https://apptastic.uservoice.com/knowledgebase/articles/1839385
Stödda Språk 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"
}