Web editor

Edit any webpage by just double clicking on it

Web editorคืออะไร?

Web editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย breaking the barrier และคุณลักษณะหลักของมันคือ "Edit any webpage by just double clicking on it"

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

screenshot

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

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

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

                        Write any thing on any web page by just double click on it. Install this extension any modify any webpage in chrome....:)                    

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

ชื่อ Web editor Web editor
ID fjciadjagdaelaoihchgdbomeppbmeah
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/web-editor/fjciadjagdaelaoihchgdbomeppbmeah
คำอธิบาย Edit any webpage by just double clicking on it
ขนาดไฟล์ 35.02 KB
จำนวนการติดตั้ง 445
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-07-01
วันที่เผยแพร่ 2015-07-01
คะแนน 3.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา breaking the barrier
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web editor",
    "description": "Edit any webpage by just double clicking on it",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}