Unicode Faces

This extension allows you to copy cool unicode faces.

Unicode Facesとは何ですか?

Unicode FacesはDaniele Trapaniによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to copy cool unicode faces.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Unicode Faces拡張機能のCRXファイルをダウンロード

Unicode Faces拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Click on a unicode face to copy it on the clipboard and paste it on any form element. No more CTRL codes. Free, spyware-free and Open Source. Enjoy.

Source code: https://github.com/danitrap/unicode-faces-chrome                    

拡張機能の基本情報

名前 Unicode Faces Unicode Faces
ID cipfgdapmapokmplegelpchbchmaaknl
公式URL https://chromewebstore.google.com/detail/unicode-faces/cipfgdapmapokmplegelpchbchmaaknl
説明 This extension allows you to copy cool unicode faces.
ファイルサイズ 643 KB
インストール数 152
現在のバージョン 1.1
最終更新日 2022-09-28
公開日 2015-01-05
評価 4.50/5 合計 2 レビュー
開発者 Daniele Trapani
Eメール radiomuretto@gmail.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unicode Faces",
    "description": "This extension allows you to copy cool unicode faces.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon-transparent.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}