Page to JSON

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

O que é Page to JSON?

Page to JSON é uma extensão do Chrome desenvolvida por assafmo, e sua principal característica é "A Chrome extension to download a JSON file containing data structures from the current tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Page to JSON

Baixe arquivos de extensão Page to JSON no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Page to JSON Page to JSON
ID glbjlbehokkbmdfmnkbpkiidamifooci
URL Oficial https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci
Descrição A Chrome extension to download a JSON file containing data structures from the current tab
Tamanho do Arquivo 39.1 KB
Contagem de Instalações 559
Versão Atual 0.2.2
Última Atualização 2016-10-11
Data de Publicação 2016-10-11
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor assafmo
Tipo de Pagamento free
Site da Extensão https://github.com/assafmo/chrome-page-to-json
URL da Página de Ajuda https://github.com/assafmo/chrome-page-to-json/issues
Idiomas Suportados 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": [
        ""
    ]
}