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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |