Chrome-REPL
Chrome REPL
Chrome-REPLคืออะไร?
Chrome-REPL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://blog.diniscruz.com และคุณลักษณะหลักของมันคือ "Chrome REPL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome-REPL
ดาวน์โหลดไฟล์ส่วนขยาย Chrome-REPL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple REPL that exposes the chrome extension objects. Great for quickly scripting website's contents or to learn the Chrome extension APIs For more install and usage details see this blog post: http://blog.diniscruz.com/2014/11/chrome-repl-first-o2-platform-chrome.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ojmdmeehmpkpkkhbifimekflgmnmeihg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chrome-repl/ojmdmeehmpkpkkhbifimekflgmnmeihg |
คำอธิบาย | Chrome REPL |
ขนาดไฟล์ | 2.32 MB |
จำนวนการติดตั้ง | 85 |
เวอร์ชันปัจจุบัน | 0.0.9 |
อัปเดตครั้งล่าสุด | 2014-11-21 |
วันที่เผยแพร่ | 2014-11-21 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://blog.diniscruz.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/o2platform/chrome-repl |
URL หน้าช่วยเหลือ | https://github.com/o2platform/chrome-repl/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome-REPL", "version": "0.0.9", "manifest_version": 2, "description": "Chrome REPL", "icons": { "16": "images\/exec.png", "128": "images\/exec.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/helpers\/storage.helper.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/exec.png", "38": "images\/exec.png" }, "default_title": "Chrome REPL", "default_popup": "options.html" }, "devtools_page": "devtools.html", "options_page": "options.html", "omnibox": { "keyword": "Chrome REPL" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |