emojiBoard
A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it.
Wat is emojiBoard?
emojiBoard is een Chrome-extensie ontwikkeld door cszhu, en de belangrijkste functie is "A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it.".
Extensie Screenshots
Download het CRX-bestand van de extensie emojiBoard
Download emojiBoard-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
This is a simple Chrome Extension that allows you to copy-paste emojis into your browser. You click on an emoji to copy it.
Basisinformatie over de Extensie
Naam | emojiBoard |
ID | knffmjloiejmfkfbdhiihpmdgndgdoia |
Officiële URL | https://chromewebstore.google.com/detail/emojiboard/knffmjloiejmfkfbdhiihpmdgndgdoia |
Beschrijving | A Chrome extension that copies emojis. You can copy one directly to your clipboard by clicking on it. |
Bestandsgrootte | 158 KB |
Aantal Installaties | 552 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-11-01 |
Publicatiedatum | 2016-11-01 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | cszhu |
Betalingswijze | free |
Extensiewebsite | https://github.com/cszhu/emojiboard |
Ondersteunde Talen | 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" } } |