Page to JSON

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

What is Page to JSON?

Page to JSON is a Chrome extension developed by assafmo, and its main feature is "A Chrome extension to download a JSON file containing data structures from the current tab".

Extension Screenshots

screenshot

Download Page to JSON Extension CRX File

Download Page to JSON extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Page to JSON Page to JSON
ID glbjlbehokkbmdfmnkbpkiidamifooci
Official URL https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci
Description A Chrome extension to download a JSON file containing data structures from the current tab
File Size 39.1 KB
Installation Count 559
Current Version 0.2.2
Last Updated 2016-10-11
Publish Date 2016-10-11
Rating 5.00/5 Total 3 Ratings
Developer assafmo
Payment Type free
Extension Website https://github.com/assafmo/chrome-page-to-json
Help Page URL https://github.com/assafmo/chrome-page-to-json/issues
Supported Languages 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": [
        ""
    ]
}