Copy As HTML Entity
Copies the HTML Entity version of the selected Unicode characters
Hvad er Copy As HTML Entity?
Copy As HTML Entity er en Chrome-udvidelse udviklet af Punit Gupta, og dens hovedfunktion er "Copies the HTML Entity version of the selected Unicode characters".
Udvidelsesskærmbilleder
Download Copy As HTML Entity-udvidelses-CRX-fil
Download Copy As HTML Entity-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Copy As HTML Entity |
ID | ejmbegdldjamapdfkkaflffkmomjmlbf |
Officiel URL | https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf |
Beskrivelse | Copies the HTML Entity version of the selected Unicode characters |
Filstørrelse | 11.69 KB |
Antal Installationer | 150 |
Nuværende Version | 0.2 |
Senest Opdateret | 2017-03-19 |
Udgivelsesdato | 2017-03-19 |
Udvikler | Punit Gupta |
Betalingsmetode | free |
Understøttede Sprog | 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 } |