EmojiPanel for Twitter (Previously EmojiT)
Emoji dropdown panel for twitter.com
Qu'est-ce que EmojiPanel for Twitter (Previously EmojiT) ?
EmojiPanel for Twitter (Previously EmojiT) est une extension Chrome développée par https://garridev.com, et sa fonction principale est "Emoji dropdown panel for twitter.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EmojiPanel for Twitter (Previously EmojiT)
Téléchargez les fichiers d'extension EmojiPanel for Twitter (Previously EmojiT) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
⚠️ Twitter are rolling out their own Emoji Picker, finally! We hope Twitter looked at all 24,000 of you using this extension and built an emoji dropdown that everyone can enjoy! Thanks for your support. 🤗 ---------------------------------------------------------------- This extension used to be called EmojiT - but we have merged forces with EmojiPanel for Twitter. Adds a dropdown panel with all emojis to the Twitter tweet box 😍 🙂 - Open a panel with a simple integrated button 🖱 - One click adds the emoji into the tweet editor 🔢 - Your frequently used emoji are stored at the top 👍🏽 - Skin tone modifier and Unicode 9 emojis 🔍 - Search for emojis using keywords and names 🔄 - Will continue to be updated when new Unicode emojis are added Unlike other similar extensions on the store, this extension has no ads, the emoji list supports retina screens and it integrates better with the existing twitter.com styles. 🌟 Star it on GitHub at: https://github.com/danbovey/EmojiPanel
Informations de Base sur l'Extension
Nom | EmojiPanel for Twitter (Previously EmojiT) |
ID | jfjmncmbmpnaljmmcmeefmkmionkojmd |
URL Officiel | https://chromewebstore.google.com/detail/emojipanel-for-twitter-pr/jfjmncmbmpnaljmmcmeefmkmionkojmd |
Description | Emoji dropdown panel for twitter.com |
Taille du Fichier | 1.02 MB |
Nombre d'Installations | 4,157 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2016-12-16 |
Date de Publication | 2016-12-16 |
Évaluation | 4.11/5 Total 256 Évaluations |
Développeur | https://garridev.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/danbovey/EmojiPanel |
URL de la Page d'Aide | https://github.com/danbovey/EmojiPanel/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EmojiPanel for Twitter (Previously EmojiT)", "short_name": "EmojiT", "description": "Emoji dropdown panel for twitter.com", "author": "Dan Bovey", "version": "2.0.0", "minimum_chrome_version": "36", "permissions": [ "storage", "*:\/\/*.twitter.com\/*" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/content.js" ], "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ] } ], "web_accessible_resources": [ "emojis.json", "img\/emojis.svg" ], "options_ui": { "page": "options.html", "chrome_style": true } } |