EmojiTwitter
Now you can add Emoji icons directly from your Twitter Web
Co je EmojiTwitter?
EmojiTwitter je rozšíření Chrome vyvinuté https://abarcarodriguez.com, a jeho hlavní funkcí je „Now you can add Emoji icons directly from your Twitter Web“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření EmojiTwitter
Stáhněte si soubory rozšíření EmojiTwitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | EmojiTwitter |
ID | figianejgcfhaodnghfcbhdjdhkbofbe |
Oficiální URL | https://chromewebstore.google.com/detail/emojitwitter/figianejgcfhaodnghfcbhdjdhkbofbe |
Popis | Now you can add Emoji icons directly from your Twitter Web |
Velikost souboru | 651 KB |
Počet instalací | 179 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2019-03-08 |
Datum Vydání | 2019-03-08 |
Hodnocení | 4.22/5 Celkem 27 Hodnocení |
Vývojář | https://abarcarodriguez.com |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |