Page to JSON

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

Co to jest Page to JSON?

Page to JSON to rozszerzenie Chrome opracowane przez assafmo, a jego główną funkcją jest „A Chrome extension to download a JSON file containing data structures from the current tab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Page to JSON

Pobierz pliki rozszerzeń Page to JSON w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Page to JSON Page to JSON
ID glbjlbehokkbmdfmnkbpkiidamifooci
Oficjalny URL https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci
Opis A Chrome extension to download a JSON file containing data structures from the current tab
Rozmiar pliku 39.1 KB
Liczba instalacji 559
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2016-10-11
Data Publikacji 2016-10-11
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper assafmo
Typ Płatności free
Strona Rozszerzenia https://github.com/assafmo/chrome-page-to-json
Adres URL Strony Pomocy https://github.com/assafmo/chrome-page-to-json/issues
Obsługiwane Języki 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": [
        ""
    ]
}