Gadget Inspector: ClojureScript Data Browser
Browse the contents of ClojureScript data, browse and restore historic atom states.
Gadget Inspector: ClojureScript Data Browserคืออะไร?
Gadget Inspector: ClojureScript Data Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Browse the contents of ClojureScript data, browse and restore historic atom states."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gadget Inspector: ClojureScript Data Browser
ดาวน์โหลดไฟล์ส่วนขยาย Gadget Inspector: ClojureScript Data Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gadget inspector is a devtools extension that adds a panel where you can browse any data in your running application that is passed through `gadget.inspector/inspect` - a function from the companion library - https://github.com/cjohansen/gadget-inspector. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bdkifiannmjgeedjpmhpaimcnkgfadli |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gadget-inspector-clojures/bdkifiannmjgeedjpmhpaimcnkgfadli |
| คำอธิบาย | Browse the contents of ClojureScript data, browse and restore historic atom states. |
| ขนาดไฟล์ | 276 KB |
| จำนวนการติดตั้ง | 40 |
| เวอร์ชันปัจจุบัน | 0.2019.12.10 |
| อัปเดตครั้งล่าสุด | 2019-12-12 |
| วันที่เผยแพร่ | 2019-12-11 |
| ผู้พัฒนา | Unknown |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gadget Inspector: ClojureScript Data Browser",
"version": "0.2019.12.10",
"description": "Browse the contents of ClojureScript data, browse and restore historic atom states.",
"manifest_version": 2,
"devtools_page": "devtools.html",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"24": "icon-24.png",
"36": "icon-36.png",
"48": "icon-48.png",
"128": "icon-128.png",
"256": "icon-256.png"
},
"permissions": [
"activeTab",
"file:\/\/\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"api.js"
],
"content_scripts": [
{
"matches": [
" | |