JS Injector
Allows you to store scripts and inject them in pages
JS Injectorคืออะไร?
JS Injector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smku1992 และคุณลักษณะหลักของมันคือ "Allows you to store scripts and inject them in pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JS Injector
ดาวน์โหลดไฟล์ส่วนขยาย JS Injector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension allows you to inject any javascript/css library available on www.cdnjs.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jnndejfmeclkfmhnpkaajaemkdjeddbb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/js-injector/jnndejfmeclkfmhnpkaajaemkdjeddbb |
คำอธิบาย | Allows you to store scripts and inject them in pages |
ขนาดไฟล์ | 78.59 KB |
จำนวนการติดตั้ง | 188 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-07-03 |
วันที่เผยแพร่ | 2014-07-03 |
คะแนน | 3.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | smku1992 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JS Injector", "description": "Allows you to store scripts and inject them in pages", "version": "1.0", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" } } |