Kaomoji Clipboard
Copy kaomoji to clipboard
Wat is Kaomoji Clipboard?
Kaomoji Clipboard is een Chrome-extensie ontwikkeld door Shepel Pavel, en de belangrijkste functie is "Copy kaomoji to clipboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Kaomoji Clipboard
Download Kaomoji Clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The extension provides quick access to the panel with Japanese emoticons Kaomoji.
Basisinformatie over de Extensie
Naam | Kaomoji Clipboard |
ID | alnncekdnljnbmgcmolieockhmclilcp |
Officiële URL | https://chromewebstore.google.com/detail/kaomoji-clipboard/alnncekdnljnbmgcmolieockhmclilcp |
Beschrijving | Copy kaomoji to clipboard |
Bestandsgrootte | 29.7 KB |
Aantal Installaties | 38 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2021-05-06 |
Publicatiedatum | 2021-05-06 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Shepel Pavel |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/shepelpavel/kaomoji-ext |
Ondersteunde Talen | 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" } } |