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
官方URL 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
}