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