:emoji:

the emoji autocomplete anywhere on the internet

:emoji:とは何ですか?

:emoji:はhttps://emojidots.xyzによって開発されたChromeの拡張機能で、その主な機能は「the emoji autocomplete anywhere on the internet」です。

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

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

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

拡張機能の使用方法

                        The emoji autocomplete anywhere on the internet.
Just type :smile: or :shrug: and the text will magically convert into an emoji or take advantage of the suggestions box.                    

拡張機能の基本情報

名前 :emoji: :emoji:
ID glilodakjkecbpccacpcmienbpeebpfa
公式URL https://chromewebstore.google.com/detail/emoji/glilodakjkecbpccacpcmienbpeebpfa
説明 the emoji autocomplete anywhere on the internet
ファイルサイズ 157 KB
インストール数 74
現在のバージョン 0.1.4
最終更新日 2019-07-27
公開日 2019-07-26
評価 2.00/5 合計 5 レビュー
開発者 https://emojidots.xyz
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": ":emoji:",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "the emoji autocomplete anywhere on the internet",
    "homepage_url": "http:\/\/emojidots.xyz",
    "background": {
        "scripts": [
            "main\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "libs\/jquery.min.js",
                "libs\/jsel.js",
                "libs\/bililiteRange.js",
                "libs\/jquery.sendkeys.js",
                "main\/emoji.js",
                "main\/pageCom.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48px.png",
        "default_title": ":emoji:",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16px.png",
        "48": "icons\/icon-48px.png",
        "128": "icons\/icon-128px.png"
    },
    "permissions": [
        "https:\/\/gist.githubusercontent.com\/gonelf\/d8ae3ccb7902b501c4a5dd625d4089da\/raw\/5eeda197ba92f8c8139e846a1225d5640077e06f\/emoji_pretty.json",
        "tabs",
        "storage"
    ]
}