ChontentEditable
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
ChontentEditableคืออะไร?
ChontentEditable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shoito และคุณลักษณะหลักของมันคือ "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChontentEditable
ดาวน์โหลดไฟล์ส่วนขยาย ChontentEditable ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables freely. Please push a button and change contents in a page freely. Have fun!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | amnpphhcbandchhkmgloehggicoedcpl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl |
คำอธิบาย | ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables… |
ขนาดไฟล์ | 58.71 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2014-11-18 |
วันที่เผยแพร่ | 2014-11-18 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | shoito |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/icon48.png", "default_title": "__MSG_extName__" }, "background": { "scripts": [ "background.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 } |