EmojiTwitter
Now you can add Emoji icons directly from your Twitter Web
Τι είναι το EmojiTwitter;
Το EmojiTwitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://abarcarodriguez.com, και η κύρια λειτουργία του είναι "Now you can add Emoji icons directly from your Twitter Web".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EmojiTwitter
Λήψη αρχείων επέκτασης EmojiTwitter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" } ] } |