Copy As HTML Entity
Copies the HTML Entity version of the selected Unicode characters
Wat is Copy As HTML Entity?
Copy As HTML Entity is een Chrome-extensie ontwikkeld door Punit Gupta, en de belangrijkste functie is "Copies the HTML Entity version of the selected Unicode characters".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy As HTML Entity
Download Copy As HTML Entity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Copy As HTML Entity |
ID | ejmbegdldjamapdfkkaflffkmomjmlbf |
Officiële URL | https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf |
Beschrijving | Copies the HTML Entity version of the selected Unicode characters |
Bestandsgrootte | 11.69 KB |
Aantal Installaties | 150 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2017-03-19 |
Publicatiedatum | 2017-03-19 |
Ontwikkelaar | Punit Gupta |
Betalingswijze | free |
Ondersteunde Talen | 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 } |