Page to JSON
A Chrome extension to download a JSON file containing data structures from the current tab
Apa itu Page to JSON?
Page to JSON adalah ekstensi Chrome yang dikembangkan oleh assafmo, dan fitur utamanya adalah "A Chrome extension to download a JSON file containing data structures from the current tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Page to JSON
Unduh file ekstensi Page to JSON dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A Chrome extension to download a JSON file containing data structures from the current tab
Informasi Dasar Ekstensi
Nama | Page to JSON |
ID | glbjlbehokkbmdfmnkbpkiidamifooci |
URL Resmi | https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci |
Deskripsi | A Chrome extension to download a JSON file containing data structures from the current tab |
Ukuran File | 39.1 KB |
Jumlah Instalasi | 559 |
Versi Saat Ini | 0.2.2 |
Terakhir Diperbarui | 2016-10-11 |
Tanggal Publikasi | 2016-10-11 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | assafmo |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/assafmo/chrome-page-to-json |
URL Halaman Bantuan | https://github.com/assafmo/chrome-page-to-json/issues |
Bahasa yang Didukung | 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": [ " |