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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:\/\/*\/*" ] } |