ContentEditable

Makes any page editable

ContentEditableคืออะไร?

ContentEditable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pepelsbey และคุณลักษณะหลักของมันคือ "Makes any page editable"

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

screenshot

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

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

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

                        Extension that makes pages editable by adding contenteditable attribute to the . Press icon to start editing, press it again when you’re done. Once page is reloaded changes you’ve made are gone.                    

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

ชื่อ ContentEditable ContentEditable
ID jphnpoochmeokkboopijkcncghifidhm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/contenteditable/jphnpoochmeokkboopijkcncghifidhm
คำอธิบาย Makes any page editable
ขนาดไฟล์ 4.65 KB
จำนวนการติดตั้ง 615
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-04-13
วันที่เผยแพร่ 2016-06-07
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา pepelsbey
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pepelsbey/contenteditable
URL หน้าช่วยเหลือ https://github.com/pepelsbey/contenteditable/issues
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.1.0",
    "homepage_url": "https:\/\/github.com\/pepelsbey\/contenteditable",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/button-19.png",
            "38": "images\/button-38.png"
        },
        "default_title": "__MSG_enable__"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}