Kaomojie
Easy and fast access to hundreds of kaomojis
Qu'est-ce que Kaomojie ?
Kaomojie est une extension Chrome développée par Duncan (duncannah), et sa fonction principale est "Easy and fast access to hundreds of kaomojis".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kaomojie
Téléchargez les fichiers d'extension Kaomojie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Easy and fast access to hundreds of hand-picked kaomojis, all categorised and readily available at your fingertips! Kaomoji (顔文字, “face mark”) are what are called Japanese emoticons, which are more detailed and more expressive than western emoticons. They’re quite popular in Japan, and they’re getting more and more popular overseas. They are composed of a lot of different characters mostly unused in regular speech to create more detailed expressions, which is what makes them more expressive than western emoticons. (ノ◕ヮ◕)ノ*:・゚✧
Informations de Base sur l'Extension
Nom | Kaomojie |
ID | lmejjdlbclkidnpmcoknihonapppadid |
URL Officiel | https://chromewebstore.google.com/detail/kaomojie/lmejjdlbclkidnpmcoknihonapppadid |
Description | Easy and fast access to hundreds of kaomojis |
Taille du Fichier | 30.94 KB |
Nombre d'Installations | 942 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2022-03-23 |
Date de Publication | 2020-05-18 |
Évaluation | 4.80/5 Total 10 Évaluations |
Développeur | Duncan (duncannah) |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/duncannah/kaomojie |
URL de la Page d'Aide | https://github.com/duncannah/kaomojie/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kaomojie", "version": "2.0.2", "description": "Easy and fast access to hundreds of kaomojis", "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png" }, "default_title": "Kaomojie", "default_popup": "popup.htm" }, "permissions": [ "storage" ] } |