Page to JSON

A Chrome extension to download a JSON file containing data structures from the current tab

Vad är Page to JSON?

Page to JSON är en Chrome-tillägg utvecklad av assafmo, och dess huvudfunktion är "A Chrome extension to download a JSON file containing data structures from the current tab".

Tilläggsskärmbilder

screenshot

Ladda ner Page to JSON-förlängningens CRX-fil

Ladda ner Page to JSON-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

                        A Chrome extension to download a JSON file containing data structures from the current tab                    

Grundläggande Information om Tillägg

Namn Page to JSON Page to JSON
ID glbjlbehokkbmdfmnkbpkiidamifooci
Officiell webbadress https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci
Beskrivning A Chrome extension to download a JSON file containing data structures from the current tab
Filstorlek 39.1 KB
Antal Installationer 559
Aktuell Version 0.2.2
Senast Uppdaterad 2016-10-11
Publiceringsdatum 2016-10-11
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare assafmo
Betalningssätt free
Tilläggswebbplats https://github.com/assafmo/chrome-page-to-json
Hjälpsida URL https://github.com/assafmo/chrome-page-to-json/issues
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page to JSON",
    "description": "A Chrome extension to download a JSON file containing data structures from the current tab",
    "version": "0.2.2",
    "icons": {
        "32": "icon.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Page to JSON"
    },
    "background": {
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ]
}