Page to JSON

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

ما هو Page to JSON؟

Page to JSON هو إضافة Chrome تم تطويرها بواسطة assafmo، والميزة الرئيسية لها هي "A Chrome extension to download a JSON file containing data structures from the current tab".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Page to JSON

قم بتنزيل ملفات الامتداد Page to JSON بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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": [
        ""
    ]
}