Cute Face Clipboard
Copy cute, silly, weird ASCII emotes directly to your clipboard.
Wat is Cute Face Clipboard?
Cute Face Clipboard is een Chrome-extensie ontwikkeld door riftthecoyote, en de belangrijkste functie is "Copy cute, silly, weird ASCII emotes directly to your clipboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cute Face Clipboard
Download Cute Face 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
Copy cute, silly, weird ASCII emotes directly to your clipboard with a single click. You may also favorite them to find them easily later. Basisinformatie over de Extensie
| Naam | |
| ID | iddmabhekhhonkmomaklnflhhgbfnioe |
| Officiële URL | https://chromewebstore.google.com/detail/cute-face-clipboard/iddmabhekhhonkmomaklnflhhgbfnioe |
| Beschrijving | Copy cute, silly, weird ASCII emotes directly to your clipboard. |
| Bestandsgrootte | 134 KB |
| Aantal Installaties | 3,496 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-04-07 |
| Publicatiedatum | 2021-04-07 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | riftthecoyote |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Cute Face Clipboard",
"version": "1.0.0",
"description": "Copy cute, silly, weird ASCII emotes directly to your clipboard.",
"short_name": "Cute Face Clipboard",
"permissions": [
"storage"
],
"action": {
"default_title": " ",
"default_popup": "popup.html",
"default_icon": {
"16": "src\/resources\/icon16.png",
"32": "src\/resources\/icon32.png",
"48": "src\/resources\/icon48.png",
"128": "src\/resources\/icon128.png"
}
},
"icons": {
"16": "src\/resources\/icon16.png",
"32": "src\/resources\/icon32.png",
"48": "src\/resources\/icon48.png",
"128": "src\/resources\/icon128.png"
}
} | |