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
}