Page to JSON

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

Wat is Page to JSON?

Page to JSON is een Chrome-extensie ontwikkeld door assafmo, en de belangrijkste functie is "A Chrome extension to download a JSON file containing data structures from the current tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Page to JSON

Download Page to JSON-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Page to JSON Page to JSON
ID glbjlbehokkbmdfmnkbpkiidamifooci
Officiële URL https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci
Beschrijving A Chrome extension to download a JSON file containing data structures from the current tab
Bestandsgrootte 39.1 KB
Aantal Installaties 559
Huidige Versie 0.2.2
Laatst Bijgewerkt 2016-10-11
Publicatiedatum 2016-10-11
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar assafmo
Betalingswijze free
Extensiewebsite https://github.com/assafmo/chrome-page-to-json
Help Pagina-URL https://github.com/assafmo/chrome-page-to-json/issues
Ondersteunde Talen 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": [
        ""
    ]
}