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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to download a JSON file containing data structures from the current tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Page to JSON एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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