Edit Website Extension
Edit Live Websites Text On The Fly
ما هو Edit Website Extension؟
Edit Website Extension هو إضافة Chrome تم تطويرها بواسطة Ashwin، والميزة الرئيسية لها هي "Edit Live Websites Text On The Fly".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Edit Website Extension
قم بتنزيل ملفات الامتداد Edit Website Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Edit texts in live website by clicking the extension. Steps to use the extension: 1) Go to any website. 2) Click on the extension. 3) Start editing texts in the website like h1 tags or p tags or any tags. 4) Click on tht extension again to close edit mode & done! Good for quick website text editing only & share with colleagues or friends.
معلومات أساسية عن التمديد
الاسم | Edit Website Extension |
ID | flaminmoaihaimhjbohfnbkklgonhjej |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/edit-website-extension/flaminmoaihaimhjbohfnbkklgonhjej |
الوصف | Edit Live Websites Text On The Fly |
حجم الملف | 14.54 KB |
عدد التثبيتات | 8,572 |
النسخة الحالية | 1.3 |
آخر تحديث | 2021-03-31 |
تاريخ النشر | 2019-07-16 |
تقييم | 4.39/5 مجموع تقييمات 18 |
المطور | Ashwin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://privacy.ashwinshenoy.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edit Website Extension", "description": "Edit Live Websites Text On The Fly", "version": "1.3", "icons": { "128": "assets\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+E", "mac": "Alt+E", "chromeos": "Alt+E", "linux": "Alt+E" } } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab" ], "manifest_version": 2 } |