Easy WebPage Editor

Edit WebPage Content like Microsoft Office Word

Easy WebPage Editorคืออะไร?

Easy WebPage Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย debugself และคุณลักษณะหลักของมันคือ "Edit WebPage Content like Microsoft Office Word"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy WebPage Editor

ดาวน์โหลดไฟล์ส่วนขยาย Easy WebPage Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Easy WebPage Editor is a free Chrome extension,allows any website to be edited,used to edit web content  in your Browser.

Edit Mode
When Edit Mode is ON,current webpage will become fully and simply editable as if your browser were a MS Word,you can change existing text on the page,change new font styles (bold, italics) on the text

Delete Mode
When Delete Mode is ON, when you move the mouse, a  blue box will be displayed,  click to delete all the content in the blue box;you can delete HTML elements that cause chaos on the page,For example:table、list、video and so on,these elements are difficult to delete when Edit Mode is ON

Notes:
the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page,You can screenshots the page,or save the modified document in HTML or MHTML or print it to pdf.                    

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

ชื่อ Easy WebPage Editor Easy WebPage Editor
ID onmafkjgockcgciifomkeccldlfieblf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-webpage-editor/onmafkjgockcgciifomkeccldlfieblf
คำอธิบาย Edit WebPage Content like Microsoft Office Word
ขนาดไฟล์ 587 KB
จำนวนการติดตั้ง 307
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-10-23
วันที่เผยแพร่ 2022-10-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา debugself
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.debugself.com/Privacy_Policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Easy WebPage Editor",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "webpage-editor",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "homepage_url": "https:\/\/www.debugself.com",
    "description": "Edit WebPage Content like Microsoft Office Word",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Easy WebPage Edit",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "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"
    }
}