Copy As HTML Entity
Copies the HTML Entity version of the selected Unicode characters
Cos'è Copy As HTML Entity?
Copy As HTML Entity è un'estensione di Chrome sviluppata da Punit Gupta, e la sua funzione principale è "Copies the HTML Entity version of the selected Unicode characters".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy As HTML Entity
Scarica i file di estensione Copy As HTML Entity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Copy As HTML Entity |
ID | ejmbegdldjamapdfkkaflffkmomjmlbf |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf |
Descrizione | Copies the HTML Entity version of the selected Unicode characters |
Dimensione del File | 11.69 KB |
Conteggio Installazioni | 150 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2017-03-19 |
Data di Pubblicazione | 2017-03-19 |
Sviluppatore | Punit Gupta |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |