Page to JSON

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

Was ist Page to JSON?

Page to JSON ist eine Chrome-Erweiterung, die von assafmo entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension to download a JSON file containing data structures from the current tab".

Erweiterungsscreenshots

screenshot

Page to JSON-Erweiterungs-CRX-Datei herunterladen

Laden Sie Page to JSON-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

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

Grundlegende Informationen zur Erweiterung

Name Page to JSON Page to JSON
ID glbjlbehokkbmdfmnkbpkiidamifooci
Offizielle URL https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci
Beschreibung A Chrome extension to download a JSON file containing data structures from the current tab
Dateigröße 39.1 KB
Installationsanzahl 559
Aktuelle Version 0.2.2
Letztes Update 2016-10-11
Veröffentlichungsdatum 2016-10-11
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler assafmo
Zahlungsart free
Erweiterungswebsite https://github.com/assafmo/chrome-page-to-json
Hilfeseite URL https://github.com/assafmo/chrome-page-to-json/issues
Unterstützte Sprachen 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": [
        ""
    ]
}