Page to JSON
A Chrome extension to download a JSON file containing data structures from the current tab
Cos'è Page to JSON?
Page to JSON è un'estensione di Chrome sviluppata da assafmo, e la sua funzione principale è "A Chrome extension to download a JSON file containing data structures from the current tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page to JSON
Scarica i file di estensione Page to JSON in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A Chrome extension to download a JSON file containing data structures from the current tab Informazioni di Base sull'Estensione
| Nome | |
| ID | glbjlbehokkbmdfmnkbpkiidamifooci |
| URL Ufficiale | https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci |
| Descrizione | A Chrome extension to download a JSON file containing data structures from the current tab |
| Dimensione del File | 39.1 KB |
| Conteggio Installazioni | 559 |
| Versione Corrente | 0.2.2 |
| Ultimo Aggiornamento | 2016-10-11 |
| Data di Pubblicazione | 2016-10-11 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | assafmo |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/assafmo/chrome-page-to-json |
| URL della Pagina di Aiuto | https://github.com/assafmo/chrome-page-to-json/issues |
| Lingue Supportate | 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": [
" | |