: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
电子邮箱 [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"
    ]
}