Edit Webpage
Edit any webpage and make websites editable
ما هو Edit Webpage؟
Edit Webpage هو إضافة Chrome تم تطويرها بواسطة centpage.com، والميزة الرئيسية لها هي "Edit any webpage and make websites editable".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Edit Webpage
قم بتنزيل ملفات الامتداد Edit Webpage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Edit any webpage with this one-click extension. Just click the icon on any website to start editing the contents on the website. Can also be a cool way to trick your friends into making them believe that you've hacked the website. The changes are visible is until the page is reloaded again.
معلومات أساسية عن التمديد
الاسم | Edit Webpage |
ID | dcemlmncjcljhjfbijimcamijgfdgieb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb |
الوصف | Edit any webpage and make websites editable |
حجم الملف | 12.55 KB |
عدد التثبيتات | 4,799 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-10-03 |
تاريخ النشر | 2019-10-03 |
تقييم | 4.20/5 مجموع تقييمات 10 |
المطور | centpage.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://ritwick.com |
عنوان صفحة سياسة الخصوصية | http://centpage.com/privacy-policy.php |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Edit Webpage" }, "name": "Edit Webpage", "description": "Edit any webpage and make websites editable", "homepage_url": "https:\/\/ritwick.com\/#\/tools", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "version": "1.1", "manifest_version": 2 } |