Page to JSON

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

什么是Page to JSON?

Page to JSON是由assafmo开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension to download a JSON file containing data structures from the current tab”。

扩展截图

screenshot

下载Page to JSON扩展crx文件

下载Page to JSON扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Page to JSON Page to JSON
ID glbjlbehokkbmdfmnkbpkiidamifooci
官方URL https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci
简介 A Chrome extension to download a JSON file containing data structures from the current tab
文件大小 39.1 KB
安装次数 559
当前版本 0.2.2
更新时间 2016-10-11
上架时间 2016-10-11
评分 5.00/5 共3次评分
开发者 assafmo
付费类型 free
扩展官网 https://github.com/assafmo/chrome-page-to-json
帮助页面URL https://github.com/assafmo/chrome-page-to-json/issues
支持的语言 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": [
        ""
    ]
}