Edit
Edit any webpage locally.
ما هو Edit؟
Edit هو إضافة Chrome تم تطويرها بواسطة https://lethalware.co.uk، والميزة الرئيسية لها هي "Edit any webpage locally.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Edit
قم بتنزيل ملفات الامتداد Edit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page. Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.
معلومات أساسية عن التمديد
الاسم | Edit |
ID | egbeoffgmdepbefhbiilpkalgnfjbmjg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg |
الوصف | Edit any webpage locally. |
حجم الملف | 3.63 KB |
عدد التثبيتات | 711 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-12-26 |
تاريخ النشر | 2013-12-26 |
تقييم | 4.38/5 مجموع تقييمات 8 |
المطور | https://lethalware.co.uk |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edit", "description": "Edit any webpage locally.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png" } } |