Kaomojie
Easy and fast access to hundreds of kaomojis
什麼是Kaomojie?
Kaomojie是由Duncan (duncannah)開發的Chrome擴展程式,該擴展的主要功能是“Easy and fast access to hundreds of kaomojis”。
擴展截圖
下載Kaomojie擴展crx文件
下載Kaomojie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. (ノ◕ヮ◕)ノ*:・゚✧
擴展基本資訊
名稱 | Kaomojie |
ID | lmejjdlbclkidnpmcoknihonapppadid |
官方網址 | https://chromewebstore.google.com/detail/kaomojie/lmejjdlbclkidnpmcoknihonapppadid |
簡介 | Easy and fast access to hundreds of kaomojis |
檔案大小 | 30.94 KB |
安裝次數 | 942 |
目前版本 | 2.0.2 |
更新時間 | 2022-03-23 |
上架時間 | 2020-05-18 |
評分 | 4.80/5 共 10 次評分 |
開發者 | Duncan (duncannah) |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/duncannah/kaomojie |
說明頁面URL | https://github.com/duncannah/kaomojie/issues |
支援的語言 | 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" ] } |