Copy As HTML Entity

Copies the HTML Entity version of the selected Unicode characters

Apa itu Copy As HTML Entity?

Copy As HTML Entity adalah ekstensi Chrome yang dikembangkan oleh Punit Gupta, dan fitur utamanya adalah "Copies the HTML Entity version of the selected Unicode characters".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy As HTML Entity

Unduh file ekstensi Copy As HTML Entity dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Copy As HTML Entity Copy As HTML Entity
ID ejmbegdldjamapdfkkaflffkmomjmlbf
URL Resmi https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf
Deskripsi Copies the HTML Entity version of the selected Unicode characters
Ukuran File 11.69 KB
Jumlah Instalasi 150
Versi Saat Ini 0.2
Terakhir Diperbarui 2017-03-19
Tanggal Publikasi 2017-03-19
Pengembang Punit Gupta
Tipe Pembayaran free
Bahasa yang Didukung 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
}