Rempl
Rempl host for browser's Developer Tools
Remplคืออะไร?
Rempl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rempl และคุณลักษณะหลักของมันคือ "Rempl host for browser's Developer Tools"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rempl
ดาวน์โหลดไฟล์ส่วนขยาย Rempl ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Rempl – platform for moderated remote access to JavaScript runtime via custom UI. This plugin hosts custom UI in Developer Tools. https://github.com/rempl
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rempl |
ID | hcikjlholajopgbgfmmlbmifdfbkijdj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rempl/hcikjlholajopgbgfmmlbmifdfbkijdj |
คำอธิบาย | Rempl host for browser's Developer Tools |
ขนาดไฟล์ | 21.87 KB |
จำนวนการติดตั้ง | 1,104 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2022-07-12 |
วันที่เผยแพร่ | 2017-04-10 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | rempl |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rempl", "version": "1.0.4", "description": "Rempl host for browser's Developer Tools", "manifest_version": 3, "icons": { "16": "img\/icon16x16.png", "32": "img\/icon32x32.png", "48": "img\/icon48x48.png", "128": "img\/icon128x128.png" }, "devtools_page": "index.html", "sandbox": { "pages": [ "sandbox.html" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |