ContentEditable
Makes any page editable
ما هو ContentEditable؟
ContentEditable هو إضافة Chrome تم تطويرها بواسطة pepelsbey، والميزة الرئيسية لها هي "Makes any page editable".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ContentEditable
قم بتنزيل ملفات الامتداد ContentEditable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension that makes pages editable by adding contenteditable attribute to the . Press icon to start editing, press it again when you’re done. Once page is reloaded changes you’ve made are gone.
معلومات أساسية عن التمديد
الاسم | |
ID | jphnpoochmeokkboopijkcncghifidhm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/contenteditable/jphnpoochmeokkboopijkcncghifidhm |
الوصف | Makes any page editable |
حجم الملف | 4.65 KB |
عدد التثبيتات | 615 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2023-04-13 |
تاريخ النشر | 2016-06-07 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | pepelsbey |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/pepelsbey/contenteditable |
عنوان صفحة المساعدة | https://github.com/pepelsbey/contenteditable/issues |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_desc__", "version": "1.1.0", "homepage_url": "https:\/\/github.com\/pepelsbey\/contenteditable", "default_locale": "en", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "page_action": { "default_icon": { "19": "images\/button-19.png", "38": "images\/button-38.png" }, "default_title": "__MSG_enable__" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |