kaomojiBoard
A Chrome extension that copies Asian kaomojis. You can copy one directly to your clipboard by clicking on it.
Was ist kaomojiBoard?
kaomojiBoard ist eine Chrome-Erweiterung, die von cszhu entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension that copies Asian kaomojis. You can copy one directly to your clipboard by clicking on it.".
Erweiterungsscreenshots
kaomojiBoard-Erweiterungs-CRX-Datei herunterladen
Laden Sie kaomojiBoard-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
A simple chrome extension to copy and paste kaomojis Grundlegende Informationen zur Erweiterung
| Name | |
| ID | alkepecgcogdcjleihdddioilhadjlna |
| Offizielle URL | https://chromewebstore.google.com/detail/kaomojiboard/alkepecgcogdcjleihdddioilhadjlna |
| Beschreibung | A Chrome extension that copies Asian kaomojis. You can copy one directly to your clipboard by clicking on it. |
| Dateigröße | 186 KB |
| Installationsanzahl | 2,327 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2017-07-20 |
| Veröffentlichungsdatum | 2017-07-20 |
| Bewertung | 4.65/5 Insgesamt 17 Bewertungen |
| Entwickler | cszhu |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/cszhu/kaomojiboard |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "kaomojiBoard",
"version": "1.0.3",
"description": "A Chrome extension that copies Asian kaomojis. You can copy one directly to your clipboard by clicking on it.",
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "kaomojiBoard"
}
} | |