Page to JSON
A Chrome extension to download a JSON file containing data structures from the current tab
Page to JSONคืออะไร?
Page to JSON เป็นส่วนขยายของ Chrome ที่พัฒนาโดย assafmo และคุณลักษณะหลักของมันคือ "A Chrome extension to download a JSON file containing data structures from the current tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page to JSON
ดาวน์โหลดไฟล์ส่วนขยาย Page to JSON ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Chrome extension to download a JSON file containing data structures from the current tab
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Page to JSON |
ID | glbjlbehokkbmdfmnkbpkiidamifooci |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci |
คำอธิบาย | A Chrome extension to download a JSON file containing data structures from the current tab |
ขนาดไฟล์ | 39.1 KB |
จำนวนการติดตั้ง | 559 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2016-10-11 |
วันที่เผยแพร่ | 2016-10-11 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | assafmo |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/assafmo/chrome-page-to-json |
URL หน้าช่วยเหลือ | https://github.com/assafmo/chrome-page-to-json/issues |
ภาษาที่รองรับ | 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": [ " |