Javascript & Css auto injection
Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...
Javascript & Css auto injectionคืออะไร?
Javascript & Css auto injection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dotpower.com และคุณลักษณะหลักของมันคือ "Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Javascript & Css auto injection
ดาวน์โหลดไฟล์ส่วนขยาย Javascript & Css auto injection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension help to inject addition js/css for every webpage. It can be use for developer to test web page. add new functions to web page and more easy to use with injection rules.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Javascript & Css auto injection |
ID | oakjdafonfdgbgbcofjpaecngfimohno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/javascript-css-auto-injec/oakjdafonfdgbgbcofjpaecngfimohno |
คำอธิบาย | Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression... |
ขนาดไฟล์ | 899 KB |
จำนวนการติดตั้ง | 1,250 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2021-12-30 |
วันที่เผยแพร่ | 2019-03-11 |
คะแนน | 2.85/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | dotpower.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Javascript & Css auto injection", "description": "Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...", "version": "1.5", "icons": { "48": "icons\/icon-48.png" }, "browser_action": { "default_icon": "icons\/icon-48.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "background\/background.nocache.js" ] }, "permissions": [ "activeTab", "background", "storage", "unlimitedStorage", "tabs", "webNavigation", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ] } |