Page to JSON
A Chrome extension to download a JSON file containing data structures from the current tab
Hvad er Page to JSON?
Page to JSON er en Chrome-udvidelse udviklet af assafmo, og dens hovedfunktion er "A Chrome extension to download a JSON file containing data structures from the current tab".
Udvidelsesskærmbilleder
Download Page to JSON-udvidelses-CRX-fil
Download Page to JSON-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A Chrome extension to download a JSON file containing data structures from the current tab
Grundlæggende oplysninger om udvidelsen
Navn | Page to JSON |
ID | glbjlbehokkbmdfmnkbpkiidamifooci |
Officiel URL | https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci |
Beskrivelse | A Chrome extension to download a JSON file containing data structures from the current tab |
Filstørrelse | 39.1 KB |
Antal Installationer | 559 |
Nuværende Version | 0.2.2 |
Senest Opdateret | 2016-10-11 |
Udgivelsesdato | 2016-10-11 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | assafmo |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/assafmo/chrome-page-to-json |
Hjælpeside-URL | https://github.com/assafmo/chrome-page-to-json/issues |
Understøttede Sprog | 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": [ " |