EmojiTwitter

Now you can add Emoji icons directly from your Twitter Web

什么是EmojiTwitter?

EmojiTwitter是由https://abarcarodriguez.com开发的Chrome扩展程序,该扩展的主要功能是“Now you can add Emoji icons directly from your Twitter Web”。

扩展截图

screenshot
screenshot

下载EmojiTwitter扩展crx文件

下载EmojiTwitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Adds a button with a complete Twitter Emoji Collection for you to use it on your Twitter.

NOTICE: All your friends will see your icons, the icons do not show on the text box when you select them but they will show up when you tweet them.

=========

Agrega un botón con una colección completa de iconos Emoji para que los utilices en tu Twitter.

NOTA: Todos tus amigos verán tus iconos, los iconos no se ven en la forma de texto cuando los seleccionas pero se verán una vez que publiques tu tuit.                    

扩展基本信息

名称 EmojiTwitter EmojiTwitter
ID figianejgcfhaodnghfcbhdjdhkbofbe
官方URL https://chromewebstore.google.com/detail/emojitwitter/figianejgcfhaodnghfcbhdjdhkbofbe
简介 Now you can add Emoji icons directly from your Twitter Web
文件大小 651 KB
安装次数 179
当前版本 0.0.4
更新时间 2019-03-08
上架时间 2019-03-08
评分 4.22/5 共27次评分
开发者 https://abarcarodriguez.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmojiTwitter",
    "version": "0.0.4",
    "description": "Now you can add Emoji icons directly from your Twitter Web",
    "author": "Alejandro AR",
    "homepage_url": "http:\/\/abarcarodriguez.com",
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/sprite.png",
        "fonts\/EmojiSymbols-Regular.woff"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}