Copy As HTML Entity
Copies the HTML Entity version of the selected Unicode characters
What is Copy As HTML Entity?
Copy As HTML Entity is a Chrome extension developed by Punit Gupta, and its main feature is "Copies the HTML Entity version of the selected Unicode characters".
Extension Screenshots
Download Copy As HTML Entity Extension CRX File
Download Copy As HTML Entity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Copy As HTML Entity |
ID | ejmbegdldjamapdfkkaflffkmomjmlbf |
Official URL | https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf |
Description | Copies the HTML Entity version of the selected Unicode characters |
File Size | 11.69 KB |
Installation Count | 150 |
Current Version | 0.2 |
Last Updated | 2017-03-19 |
Publish Date | 2017-03-19 |
Developer | Punit Gupta |
Payment Type | free |
Supported Languages | 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 } |