Copy As HTML Entity
Copies the HTML Entity version of the selected Unicode characters
O que é Copy As HTML Entity?
Copy As HTML Entity é uma extensão do Chrome desenvolvida por Punit Gupta, e sua principal característica é "Copies the HTML Entity version of the selected Unicode characters".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copy As HTML Entity
Baixe arquivos de extensão Copy As HTML Entity no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Copy As HTML Entity |
ID | ejmbegdldjamapdfkkaflffkmomjmlbf |
URL Oficial | https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf |
Descrição | Copies the HTML Entity version of the selected Unicode characters |
Tamanho do Arquivo | 11.69 KB |
Contagem de Instalações | 150 |
Versão Atual | 0.2 |
Última Atualização | 2017-03-19 |
Data de Publicação | 2017-03-19 |
Desenvolvedor | Punit Gupta |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |