Copy As HTML Entity
Copies the HTML Entity version of the selected Unicode characters
Was ist Copy As HTML Entity?
Copy As HTML Entity ist eine Chrome-Erweiterung, die von Punit Gupta entwickelt wurde, und ihr Hauptmerkmal ist "Copies the HTML Entity version of the selected Unicode characters".
Erweiterungsscreenshots
Copy As HTML Entity-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy As HTML Entity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Copy As HTML Entity |
ID | ejmbegdldjamapdfkkaflffkmomjmlbf |
Offizielle URL | https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf |
Beschreibung | Copies the HTML Entity version of the selected Unicode characters |
Dateigröße | 11.69 KB |
Installationsanzahl | 150 |
Aktuelle Version | 0.2 |
Letztes Update | 2017-03-19 |
Veröffentlichungsdatum | 2017-03-19 |
Entwickler | Punit Gupta |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |