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

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

확장 프로그램 사용 설명서

                        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"
        }
    ]
}