Copy As HTML Entity
Copies the HTML Entity version of the selected Unicode characters
Copy As HTML Entityคืออะไร?
Copy As HTML Entity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Punit Gupta และคุณลักษณะหลักของมันคือ "Copies the HTML Entity version of the selected Unicode characters"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy As HTML Entity
ดาวน์โหลดไฟล์ส่วนขยาย Copy As HTML Entity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Consider a situation when you want to put up a translation of some paragraph on your website in a non-Roman language, say, Hindi, Chinese, Japanese etc. without going through the trouble of converting each character or worrying about support in all browsers. This extension basically copies your text as HTML Entity, with just a right-click and copy as HTML!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copy As HTML Entity |
ID | ejmbegdldjamapdfkkaflffkmomjmlbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf |
คำอธิบาย | Copies the HTML Entity version of the selected Unicode characters |
ขนาดไฟล์ | 11.69 KB |
จำนวนการติดตั้ง | 150 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2017-03-19 |
วันที่เผยแพร่ | 2017-03-19 |
ผู้พัฒนา | Punit Gupta |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy As HTML Entity", "description": "Copies the HTML Entity version of the selected Unicode characters", "version": "0.2", "permissions": [ "contextMenus", "clipboardRead", "clipboardWrite" ], "background": { "scripts": [ "script.js" ] }, "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "manifest_version": 2 } |