WA Emoticons Suggestions
Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web
Co to jest WA Emoticons Suggestions?
WA Emoticons Suggestions to rozszerzenie Chrome opracowane przez http://anirudhgoel.me/, a jego główną funkcją jest „Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WA Emoticons Suggestions
Pobierz pliki rozszerzeń WA Emoticons Suggestions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The extension automatically converts text smilies to Whatsapp Emoticons and also suggests similar emoticons with their shortcut smilies. So, next time if you forget the shortcut for an emoticon just enter any similar emoticon and see your required emoticon in suggestions.
Podstawowe informacje o rozszerzeniu
Nazwa | WA Emoticons Suggestions |
ID | pdicajhpekmkjildobfnokpdmnejlnfm |
Oficjalny URL | https://chromewebstore.google.com/detail/wa-emoticons-suggestions/pdicajhpekmkjildobfnokpdmnejlnfm |
Opis | Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web |
Rozmiar pliku | 668 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2017-11-06 |
Data Publikacji | 2017-11-05 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://anirudhgoel.me/ |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/AnirudhGoel/Whatsapp-Emoticons-Suggest |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WA Emoticons Suggestions", "short_name": "WA Emoticons Suggestions", "description": "Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web", "version": "1.2.0", "author": "Anirudh Goel", "homepage_url": "https:\/\/github.com\/AnirudhGoel\/Whatsapp-Emoticons-Suggest", "browser_action": { "default_title": "WA Emoticons Suggestions", "default_icon": "assets\/favicon.png" }, "icons": { "16": "assets\/favicon.png", "48": "assets\/favicon.png", "128": "assets\/favicon.png" }, "content_scripts": [ { "matches": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "js": [ "assets\/js\/jquery.min.js", "assets\/js\/content_script.js" ] } ] } |