Bee Moji
Express more with Emojis
Was ist Bee Moji?
Bee Moji ist eine Chrome-Erweiterung, die von https://beemoji.fun entwickelt wurde, und ihr Hauptmerkmal ist "Express more with Emojis".
Erweiterungsscreenshots
Bee Moji-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bee Moji-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
BeeMoji is the first Chrome extension that suggests Emojis as you type. You can choose one Emoji from suggestions or paste them all. Express more with Emojis!
Grundlegende Informationen zur Erweiterung
Name | Bee Moji |
ID | oaapobiilleecjcpbemnebijmaocanpi |
Offizielle URL | https://chromewebstore.google.com/detail/bee-moji/oaapobiilleecjcpbemnebijmaocanpi |
Beschreibung | Express more with Emojis |
Dateigröße | 1.7 MB |
Installationsanzahl | 387 |
Aktuelle Version | 0.0.5 |
Letztes Update | 2018-05-30 |
Veröffentlichungsdatum | 2018-05-30 |
Bewertung | 4.40/5 Insgesamt 30 Bewertungen |
Entwickler | https://beemoji.fun |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://beemoji.fun/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bee Moji", "short_name": "Bee Moji", "version": "0.0.5", "manifest_version": 2, "description": "Express more with Emojis", "author": "Zviad Sichinava", "homepage_url": "http:\/\/studiofuturist.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "src\/assets\/emoji.json", "src\/inject\/contentscript.js", "src\/inject\/popup.js" ], "browser_action": { "default_icon": "icons\/popup.png", "default_popup": "src\/inject\/popup.html" }, "permissions": [ "clipboardRead" ], "background": { "scripts": [ "src\/inject\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/eblock.js", "src\/inject\/contentscript.js" ], "css": [ "src\/inject\/inject.css" ], "run_at": "document_end", "all_frames": false } ] } |