Copy As HTML Entity
Copies the HTML Entity version of the selected Unicode characters
Copy As HTML Entity là gì?
Copy As HTML Entity là một tiện ích mở rộng Chrome được phát triển bởi Punit Gupta, và tính năng chính của nó là "Copies the HTML Entity version of the selected Unicode characters".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Copy As HTML Entity
Tải xuống các tệp mở rộng Copy As HTML Entity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ejmbegdldjamapdfkkaflffkmomjmlbf |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf |
Mô tả | Copies the HTML Entity version of the selected Unicode characters |
Kích Thước Tệp | 11.69 KB |
Số Lần Cài Đặt | 150 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2017-03-19 |
Ngày Phát Hành | 2017-03-19 |
Nhà Phát Triển | Punit Gupta |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |