EmojiPanel for Twitter (Previously EmojiT)

Emoji dropdown panel for twitter.com

什么是EmojiPanel for Twitter (Previously EmojiT)?

EmojiPanel for Twitter (Previously EmojiT)是由https://garridev.com开发的Chrome扩展程序,该扩展的主要功能是“Emoji dropdown panel for twitter.com”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载EmojiPanel for Twitter (Previously EmojiT)扩展crx文件

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

扩展使用说明

                        ⚠️ Twitter are rolling out their own Emoji Picker, finally! We hope Twitter looked at all 24,000 of you using this extension and built an emoji dropdown that everyone can enjoy! Thanks for your support. 🤗

----------------------------------------------------------------

This extension used to be called EmojiT - but we have merged forces with EmojiPanel for Twitter.

Adds a dropdown panel with all emojis to the Twitter tweet box 😍

🙂 - Open a panel with a simple integrated button
🖱 - One click adds the emoji into the tweet editor
🔢 - Your frequently used emoji are stored at the top
👍🏽 - Skin tone modifier and Unicode 9 emojis
🔍 - Search for emojis using keywords and names
🔄 - Will continue to be updated when new Unicode emojis are added

Unlike other similar extensions on the store, this extension has no ads, the emoji list supports retina screens and it integrates better with the existing twitter.com styles.

🌟 Star it on GitHub at: https://github.com/danbovey/EmojiPanel                    

扩展基本信息

名称 EmojiPanel for Twitter (Previously EmojiT) EmojiPanel for Twitter (Previously EmojiT)
ID jfjmncmbmpnaljmmcmeefmkmionkojmd
官方URL https://chromewebstore.google.com/detail/emojipanel-for-twitter-pr/jfjmncmbmpnaljmmcmeefmkmionkojmd
简介 Emoji dropdown panel for twitter.com
文件大小 1.02 MB
安装次数 4,157
当前版本 2.0.0
更新时间 2016-12-16
上架时间 2016-12-16
评分 4.11/5 共256次评分
开发者 https://garridev.com
付费类型 free
扩展官网 https://github.com/danbovey/EmojiPanel
帮助页面URL https://github.com/danbovey/EmojiPanel/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EmojiPanel for Twitter (Previously EmojiT)",
    "short_name": "EmojiT",
    "description": "Emoji dropdown panel for twitter.com",
    "author": "Dan Bovey",
    "version": "2.0.0",
    "minimum_chrome_version": "36",
    "permissions": [
        "storage",
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "emojis.json",
        "img\/emojis.svg"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}