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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ⚠️ 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
    }
}