Copy As HTML Entity

Copies the HTML Entity version of the selected Unicode characters

什麼是Copy As HTML Entity?

Copy As HTML Entity是由Punit Gupta開發的Chrome擴展程式,該擴展的主要功能是“Copies the HTML Entity version of the selected Unicode characters”。

擴展截圖

screenshot

下載Copy As HTML Entity擴展crx文件

下載Copy As HTML Entity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Copy As HTML Entity Copy As HTML Entity
ID ejmbegdldjamapdfkkaflffkmomjmlbf
官方網址 https://chromewebstore.google.com/detail/copy-as-html-entity/ejmbegdldjamapdfkkaflffkmomjmlbf
簡介 Copies the HTML Entity version of the selected Unicode characters
檔案大小 11.69 KB
安裝次數 150
目前版本 0.2
更新時間 2017-03-19
上架時間 2017-03-19
開發者 Punit Gupta
付費類型 free
支援的語言 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
}