Emoji Finder
Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
Co to jest Emoji Finder?
Emoji Finder to rozszerzenie Chrome opracowane przez InBasic, a jego główną funkcją jest „Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Emoji Finder
Pobierz pliki rozszerzeń Emoji Finder 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
Emoji Finder adds a toolbar panel to your Chrome browser to find all the supported Emojis in the easy way. You can either use the search-box or use pre-defined categories to find Emojis. Emojis are being pasted in an editor field that allows you to insert text too. You can them copy the entire content to your OS clipboard. For more info please visit: http://add0n.com/emoji-finder.html
Podstawowe informacje o rozszerzeniu
Nazwa | Emoji Finder |
ID | mlgeehafnfbhbofgdijakhhifcgbbmgd |
Oficjalny URL | https://chromewebstore.google.com/detail/emoji-finder/mlgeehafnfbhbofgdijakhhifcgbbmgd |
Opis | Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail |
Rozmiar pliku | 226 KB |
Liczba instalacji | 716 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2017-01-18 |
Data Publikacji | 2017-01-18 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | InBasic |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://add0n.com/emoji-finder.html |
Adres URL Strony Pomocy | http://add0n.com/emoji-finder.html |
Adres URL Strony Polityki Prywatności | https://add0n.com/policies/inb.cor.txt |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emoji Finder", "version": "0.1.0", "description": "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail", "permissions": [ "storage", "clipboardWrite" ], "browser_action": { "default_popup": "Default.html" }, "icons": { "16": "Content\/Images\/16.png", "24": "Content\/Images\/24.png", "32": "Content\/Images\/32.png", "64": "Content\/Images\/64.png", "128": "Content\/Images\/128.png" }, "manifest_version": 2, "options_ui": { "page": "Options.html" }, "background": { "scripts": [ "Script\/Background.js" ] }, "homepage_url": "http:\/\/add0n.com\/emoji-finder.html" } |