Emojiboard: Emoji Keyboard

Quick emoji selection.

Vad är Emojiboard: Emoji Keyboard?

Emojiboard: Emoji Keyboard är en Chrome-tillägg utvecklad av Lucas Bastos, och dess huvudfunktion är "Quick emoji selection.".

Tilläggsskärmbilder

screenshot

Ladda ner Emojiboard: Emoji Keyboard-förlängningens CRX-fil

Ladda ner Emojiboard: Emoji Keyboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Lightweight, simple, fast, and most importantly open-source emoji keyboard. 

Select an emoji and it automatically copies to your clipboard!

This extension requires only local storage to save your selected skin tone and clipboard writing to copy emojis.

Version 1.1.1:
+ Removes currently unsupported emoji

Version 1.1.0:
+ Adds support for Unicode Emoji 12.1
+ Complete rewrite for easier updates (about 82.5% fewer lines as well!)
+ Fixed emoji overflow
+ Reorganized emoji into standard categories

Open-source code: https://lucasbastos.com/emojiboard/                    

Grundläggande Information om Tillägg

Namn Emojiboard: Emoji Keyboard Emojiboard: Emoji Keyboard
ID cideffjalolgmnlclfnonbiakkefccji
Officiell webbadress https://chromewebstore.google.com/detail/emojiboard-emoji-keyboard/cideffjalolgmnlclfnonbiakkefccji
Beskrivning Quick emoji selection.
Filstorlek 30.67 KB
Antal Installationer 1,671
Aktuell Version 1.1.1
Senast Uppdaterad 2020-05-25
Publiceringsdatum 2020-05-24
Betyg 4.88/5 Totalt 8 Betyg
Utvecklare Lucas Bastos
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emojiboard: Emoji Keyboard",
    "version": "1.1.1",
    "description": "Quick emoji selection.",
    "permissions": [
        "clipboardWrite",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Emojiboard",
        "default_icon": {
            "16": "images\/image16.png",
            "32": "images\/image32.png",
            "48": "images\/image48.png",
            "128": "images\/image128.png"
        }
    },
    "icons": {
        "16": "images\/image16.png",
        "32": "images\/image32.png",
        "48": "images\/image48.png",
        "128": "images\/image128.png"
    },
    "manifest_version": 2
}