Inject Code
Inject your own code into any webpage
Inject Codeคืออะไร?
Inject Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yehuda Moskowitz และคุณลักษณะหลักของมันคือ "Inject your own code into any webpage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inject Code
ดาวน์โหลดไฟล์ส่วนขยาย Inject Code ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Write JS/JSX/CSS snippets that can be executed by click of a button. Features: * Custom code or link to an external library * Filter on specific URL's * Auto run * Filter auto run on specific URL's * Simple interface * Write/Update in separate tab while testing on web page * Toggle horizontal/vertical split view in edit mode * Toggle full screen in edit mode * Choose whether to run in all frames
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Inject Code |
ID | jpbbdgndcngomphbmplabjginoihkdph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/inject-code/jpbbdgndcngomphbmplabjginoihkdph |
คำอธิบาย | Inject your own code into any webpage |
ขนาดไฟล์ | 4.68 MB |
จำนวนการติดตั้ง | 1,066 |
เวอร์ชันปัจจุบัน | 1.0.4.7 |
อัปเดตครั้งล่าสุด | 2024-01-04 |
วันที่เผยแพร่ | 2018-12-18 |
คะแนน | 4.89/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Yehuda Moskowitz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Inject Code", "manifest_version": 2, "name": "Inject Code", "version": "1.0.4.7", "description": "Inject your own code into any webpage", "browser_action": { "default_popup": "index.html", "default_icon": "images\/inject.png", "default_title": "Inject Code Snippets" }, "options_page": "index.html?page=options", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "web_accessible_resources": [], "permissions": [ "activeTab", "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ " |