Kaomoji Clipboard
Copy kaomoji to clipboard
What is Kaomoji Clipboard?
Kaomoji Clipboard is a Chrome extension developed by Shepel Pavel, and its main feature is "Copy kaomoji to clipboard".
Extension Screenshots
Download Kaomoji Clipboard Extension CRX File
Download Kaomoji Clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension provides quick access to the panel with Japanese emoticons Kaomoji.
Extension Basic Information
Name | Kaomoji Clipboard |
ID | alnncekdnljnbmgcmolieockhmclilcp |
Official URL | https://chromewebstore.google.com/detail/kaomoji-clipboard/alnncekdnljnbmgcmolieockhmclilcp |
Description | Copy kaomoji to clipboard |
File Size | 29.7 KB |
Installation Count | 38 |
Current Version | 1.2 |
Last Updated | 2021-05-06 |
Publish Date | 2021-05-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Shepel Pavel |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/shepelpavel/kaomoji-ext |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kaomoji Clipboard", "version": "1.2", "description": "Copy kaomoji to clipboard", "icons": { "512": "icons\/512.png" }, "permissions": [ "clipboardWrite" ], "browser_action": { "default_icon": "icons\/512.png", "default_popup": "popup\/index.html" } } |