emojiBoard
A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it.
Was ist emojiBoard?
emojiBoard ist eine Chrome-Erweiterung, die von cszhu entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it.".
Erweiterungsscreenshots
emojiBoard-Erweiterungs-CRX-Datei herunterladen
Laden Sie emojiBoard-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
This is a simple Chrome Extension that allows you to copy-paste emojis into your browser. You click on an emoji to copy it. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | knffmjloiejmfkfbdhiihpmdgndgdoia |
| Offizielle URL | https://chromewebstore.google.com/detail/emojiboard/knffmjloiejmfkfbdhiihpmdgndgdoia |
| Beschreibung | A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it. |
| Dateigröße | 158 KB |
| Installationsanzahl | 552 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2016-11-01 |
| Veröffentlichungsdatum | 2016-11-01 |
| Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
| Entwickler | cszhu |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/cszhu/emojiboard |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "emojiBoard",
"version": "1.0.1",
"description": "A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it.",
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "emojiBoard"
}
} | |