Design Mode
Toggle the ability to temporarily edit content directly in a website.
ما هو Design Mode؟
Design Mode هو إضافة Chrome تم تطويرها بواسطة madeco، والميزة الرئيسية لها هي "Toggle the ability to temporarily edit content directly in a website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Design Mode
قم بتنزيل ملفات الامتداد Design Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click the pen icon to change text in a website. Click again to turn it off :) Try out new/alternative content by manipulating text directly in a website, without having to go through a build-tool or CMS. With Design Mode you can manipulate all text on a website including headers and links. A page refresh brings the old content right back.
معلومات أساسية عن التمديد
الاسم | |
ID | cfikhhompgapfkmjdhlofhjgkikcckac |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac |
الوصف | Toggle the ability to temporarily edit content directly in a website. |
حجم الملف | 17.15 KB |
عدد التثبيتات | 646 |
النسخة الحالية | 0.3 |
آخر تحديث | 2018-11-14 |
تاريخ النشر | 2018-11-14 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | madeco |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "0.3", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "designmode.js" ], "persistent": false }, "browser_action": { "default_title": "Toggle design mode", "default_icon": "design-mode.png" }, "icons": { "48": "design-mode-active.png", "128": "design-mode128.png" }, "manifest_version": 2 } |