EmojiTwitter
Now you can add Emoji icons directly from your Twitter Web
Was ist EmojiTwitter?
EmojiTwitter ist eine Chrome-Erweiterung, die von https://abarcarodriguez.com entwickelt wurde, und ihr Hauptmerkmal ist "Now you can add Emoji icons directly from your Twitter Web".
Erweiterungsscreenshots
EmojiTwitter-Erweiterungs-CRX-Datei herunterladen
Laden Sie EmojiTwitter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | EmojiTwitter |
ID | figianejgcfhaodnghfcbhdjdhkbofbe |
Offizielle URL | https://chromewebstore.google.com/detail/emojitwitter/figianejgcfhaodnghfcbhdjdhkbofbe |
Beschreibung | Now you can add Emoji icons directly from your Twitter Web |
Dateigröße | 651 KB |
Installationsanzahl | 179 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 4.22/5 Insgesamt 27 Bewertungen |
Entwickler | https://abarcarodriguez.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |