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" } ] } |