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
官方網址 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": [
        ""
    ]
}