Steemoji - Easy Emojis for Steemit
This extension helps to insert emojis into steemit posts
Co to jest Steemoji - Easy Emojis for Steemit?
Steemoji - Easy Emojis for Steemit to rozszerzenie Chrome opracowane przez dehenne, a jego główną funkcją jest „This extension helps to insert emojis into steemit posts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steemoji - Easy Emojis for Steemit
Pobierz pliki rozszerzeń Steemoji - Easy Emojis for Steemit 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
Are you tired of looking for emojis in Steemit? Does it bother you to search, copy and paste? Steemoji helps you. Simply add Emojis in your Steemit posts. No searching, copy and paste is necessary. **Please be careful. The plug-in is in beta**
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oglhmgjoechnljijaoedcgjgjmeladgf |
Oficjalny URL | https://chrome.google.com/webstore/detail/steemoji-easy-emojis-for/oglhmgjoechnljijaoedcgjgjmeladgf |
Opis | This extension helps to insert emojis into steemit posts |
Rozmiar pliku | 24.38 KB |
Liczba instalacji | 62 |
Aktualna Wersja | 0.7 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Ocena | 4.14/5 Łącznie 7 Oceny |
Deweloper | dehenne |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steemoji - Easy Emojis for Steemit", "description": "This extension helps to insert emojis into steemit posts", "version": "0.7", "icons": { "16": "assets\/images\/logo.png", "32": "assets\/images\/logo.png" }, "permissions": [ "contextMenus", "activeTab", "tabs", "storage" ], "background": { "scripts": [ "context.js" ] }, "options_page": "options.html", "minimum_chrome_version": "50", "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "assets\/javascripts\/emoticons.js", "assets\/javascripts\/steemoji.js", "assets\/javascripts\/twemoji.js", "assets\/css\/steemoji.css", "assets\/images\/steemoji.png" ], "content_scripts": [ { "matches": [ " |