Emoji Selector

Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…

Emoji Selectorとは何ですか?

Emoji SelectorはFaycal Bessayahによって開発されたChromeの拡張機能で、その主な機能は「Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Love emojis?
This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to emoticon-websites to search, copy and paste emojis to your message.
The extension is very simple to use. Click on the extension button or use the shortcut command  ‘Ctrl+E’ and start searching emojis by typing keywords. The selected emoji is automatically put into your message, comment, etc.

* You need to refresh opened pages after installation.                    

拡張機能の基本情報

名前 Emoji Selector Emoji Selector
ID cmhipmaommgbjboekcbbilbflfekdlgi
公式URL https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi
説明 Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…
ファイルサイズ 272 KB
インストール数 24
現在のバージョン 1.0
最終更新日 2021-03-14
公開日 2021-02-01
開発者 Faycal Bessayah
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Selector",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+E",
                "mac": "Command+E",
                "chromeos": "Ctrl+E",
                "linux": "Ctrl+E"
            }
        }
    },
    "browser_action": {
        "default_icon": "emoji.png",
        "default_popup": "index.html",
        "default_title": "Emoji Selector"
    }
}