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": [
        ""
    ]
}