Page to JSON
A Chrome extension to download a JSON file containing data structures from the current tab
Qu'est-ce que Page to JSON ?
Page to JSON est une extension Chrome développée par assafmo, et sa fonction principale est "A Chrome extension to download a JSON file containing data structures from the current tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Page to JSON
Téléchargez les fichiers d'extension Page to JSON au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A Chrome extension to download a JSON file containing data structures from the current tab
Informations de Base sur l'Extension
Nom | Page to JSON |
ID | glbjlbehokkbmdfmnkbpkiidamifooci |
URL Officiel | https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci |
Description | A Chrome extension to download a JSON file containing data structures from the current tab |
Taille du Fichier | 39.1 KB |
Nombre d'Installations | 559 |
Version Actuelle | 0.2.2 |
Dernière Mise à Jour | 2016-10-11 |
Date de Publication | 2016-10-11 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | assafmo |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/assafmo/chrome-page-to-json |
URL de la Page d'Aide | https://github.com/assafmo/chrome-page-to-json/issues |
Langues Prises en Charge | 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": [ " |