Page Editor

A plugin that allows you to edit any webpage like a word doc

Page Editorคืออะไร?

Page Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rohan Kapur และคุณลักษณะหลักของมันคือ "A plugin that allows you to edit any webpage like a word doc"

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

screenshot

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

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

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

                        This extension allows you to edit the text on any web page as though it were a word or google doc. This is just for fun and only edits the files locally for the browser. It does not edit the site content for other people visiting the website, even if they have this extension installed.                    

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

ชื่อ Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
คำอธิบาย A plugin that allows you to edit any webpage like a word doc
ขนาดไฟล์ 9.85 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-11-17
วันที่เผยแพร่ 2020-11-16
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Rohan Kapur
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.0",
    "description": "A plugin that allows you to edit any webpage like a word doc",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}