Copy As HTML Entity

Copies the HTML Entity version of the selected Unicode characters

Co to jest Copy As HTML Entity?

Copy As HTML Entity to rozszerzenie Chrome opracowane przez Punit Gupta, a jego główną funkcją jest „Copies the HTML Entity version of the selected Unicode characters”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Copy As HTML Entity

Pobierz pliki rozszerzeń Copy As HTML Entity w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Copy As HTML Entity Copy As HTML Entity
ID ejmbegdldjamapdfkkaflffkmomjmlbf
Oficjalny URL https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf
Opis Copies the HTML Entity version of the selected Unicode characters
Rozmiar pliku 11.69 KB
Liczba instalacji 150
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-03-19
Data Publikacji 2017-03-19
Deweloper Punit Gupta
Typ Płatności free
Obsługiwane Języki 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
}