Design Mode - Page's Rich Text Editor

Edit any page's content by switching to design mode, where you can modify the content and drag images around like a Word Editor

Design Mode - Page's Rich Text Editorคืออะไร?

Design Mode - Page's Rich Text Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brian.girko และคุณลักษณะหลักของมันคือ "Edit any page's content by switching to design mode, where you can modify the content and drag images around like a Word Editor"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Design Mode - Page's Rich Text Editor

ดาวน์โหลดไฟล์ส่วนขยาย Design Mode - Page's Rich Text Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension modifies the current page's attributes to act like a content edible document (Similar to MS Word, or Open Office). This allows the user to:
1. Edit the page content
2. Drag and drop assets
3. Remove elements that cause chaos on the page
4. Insert new images
5. and more!

With this extension, you can edit the entire document and when it is ready, toggle back to the read-only mode (normal operation mode). The modified document can be printed or saved like any page.

Usage Instruction:
1. To enable the extension, press the toolbar button once. When the document is editable, the toolbar button is blue, and you will get a desktop notification
2. To switch back to the normal mode, press the toolbar button one more time. In the normal mode, the toolbar color is gray.

Notes:
1. You can save the modified document in HTML or MHTML or print it. To save in MHTML you will need to install an extension.
2. To change the formatting of a text into bold, select the desired section, and press Ctrl + B or Command + B. For italics, press Ctrl + I or Command + I. Alternatively, the extension inserts a helper toolbar so that you can access the rich text editing tools from a floating panel.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Design Mode - Page's Rich Text Editor Design Mode - Page's Rich Text Editor
ID omdilgkadhcoliihkpbgpkdcpogkbhah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/design-mode-pages-rich-te/omdilgkadhcoliihkpbgpkdcpogkbhah
คำอธิบาย Edit any page's content by switching to design mode, where you can modify the content and drag images around like a Word Editor
ขนาดไฟล์ 57.97 KB
จำนวนการติดตั้ง 1,834
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2021-09-14
วันที่เผยแพร่ 2019-10-02
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา brian.girko
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://add0n.com/design-mode.html
URL หน้าช่วยเหลือ https://add0n.com/design-mode.html
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,cs,el,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.1",
    "name": "Design Mode - Page's Rich Text Editor",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "notifications",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/design-mode.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "offline_enabled": true,
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/toolbar\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}