EmojiTwitter

Now you can add Emoji icons directly from your Twitter Web

Wat is EmojiTwitter?

EmojiTwitter is een Chrome-extensie ontwikkeld door https://abarcarodriguez.com, en de belangrijkste functie is "Now you can add Emoji icons directly from your Twitter Web".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie EmojiTwitter

Download EmojiTwitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam EmojiTwitter EmojiTwitter
ID figianejgcfhaodnghfcbhdjdhkbofbe
Officiële URL https://chromewebstore.google.com/detail/emojitwitter/figianejgcfhaodnghfcbhdjdhkbofbe
Beschrijving Now you can add Emoji icons directly from your Twitter Web
Bestandsgrootte 651 KB
Aantal Installaties 179
Huidige Versie 0.0.4
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 4.22/5 Totaal 27 Beoordelingen
Ontwikkelaar https://abarcarodriguez.com
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}