Smart Emoji Keyboard
Search and insert emojis in texts by typing ':'
Was ist Smart Emoji Keyboard?
Smart Emoji Keyboard ist eine Chrome-Erweiterung, die von https://essentialkit.org entwickelt wurde, und ihr Hauptmerkmal ist "Search and insert emojis in texts by typing ':'".
Erweiterungsscreenshots
Smart Emoji Keyboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Emoji Keyboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Drop an emoji 😀 in any input on any webpage! No need to memorize emoji names, the smart search features makes it easy to find the perfect emoji that captures the context. Writing email? An article? School essay? An emoji icon can now accompany you.
Grundlegende Informationen zur Erweiterung
Name | Smart Emoji Keyboard |
ID | nekacekgelnakbmhepjioandkacfablo |
Offizielle URL | https://chromewebstore.google.com/detail/smart-emoji-keyboard/nekacekgelnakbmhepjioandkacfablo |
Beschreibung | Search and insert emojis in texts by typing ':' |
Dateigröße | 2.63 MB |
Installationsanzahl | 4,091 |
Aktuelle Version | 23.12.7 |
Letztes Update | 2023-12-28 |
Veröffentlichungsdatum | 2023-04-19 |
Bewertung | 5.00/5 Insgesamt 60 Bewertungen |
Entwickler | https://essentialkit.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://essentialkit.org |
URL der Datenschutzrichtlinien-Seite | https://essentialkit.org/privacy |
Unterstützte Sprachen | id,ms,de,en,fr,sw,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "__MSG_appShortName_", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/nekacekgelnakbmhepjioandkacfablo", "version": "23.12.7", "manifest_version": 3, "default_locale": "en", "author": "Justice Ogbonna", "permissions": [ "contextMenus", "storage", "cookies", "tabs", "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_icon": { "16": "assets\/logo-16x16.png", "24": "assets\/logo-24x24.png", "32": "assets\/logo-32x32.png" }, "default_title": "__MSG_appName__", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "content-script\/content-script.js" ], "css": [ "content-script\/content-script.css" ] } ], "icons": { "16": "assets\/logo-16x16.png", "32": "assets\/logo-32x32.png", "48": "assets\/logo-48x48.png", "128": "assets\/logo-128x128.png" }, "options_page": "options-page\/options.html", "web_accessible_resources": [ { "resources": [ "assets\/logo-24x24.png" ], "matches": [ " |