EditAnyThing

EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable

EditAnyThingคืออะไร?

EditAnyThing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable"

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

screenshot

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

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

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

                                            

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

ชื่อ EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
คำอธิบาย EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
ขนาดไฟล์ 126 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2016-09-29
วันที่เผยแพร่ 2016-09-29
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "medium-editor.css",
                "beagle.css"
            ],
            "js": [
                "medium-editor.js",
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "ja",
    "version": "0.1.2",
    "manifest_version": 2
}