Symplify Editor
Runs Symplify editor on any website without implementing it in source code
ما هو Symplify Editor؟
Symplify Editor هو إضافة Chrome تم تطويرها بواسطة https://sitegainer.com، والميزة الرئيسية لها هي "Runs Symplify editor on any website without implementing it in source code".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Symplify Editor
قم بتنزيل ملفات الامتداد Symplify Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
https://symplify.com/privacy-policy/
معلومات أساسية عن التمديد
الاسم | |
ID | ioobandlchlacjdggpppmbiinfikgcmc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/symplify-editor/ioobandlchlacjdggpppmbiinfikgcmc |
الوصف | Runs Symplify editor on any website without implementing it in source code |
حجم الملف | 31.36 KB |
عدد التثبيتات | 297 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-12-05 |
تاريخ النشر | 2018-01-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://sitegainer.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://symplify.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Symplify Editor", "version": "1.1", "manifest_version": 2, "description": "Runs Symplify editor on any website without implementing it in source code", "homepage_url": "https:\/\/symplify.com", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Set custom id" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "js": [ "src\/inject\/inject.js" ], "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ] } |