Emoji Keyboard

Huge selection of emoticons. Pick any and paste anywhere!

Τι είναι το Emoji Keyboard;

Το Emoji Keyboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον misaivanov77774, και η κύρια λειτουργία του είναι "Huge selection of emoticons. Pick any and paste anywhere!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Emoji Keyboard

Λήψη αρχείων επέκτασης Emoji Keyboard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Well, we are in a hurry to surprise you with a huge collection of bright emojis in our cool Emoji Keyboard extension. The use is very simple, because all the emojis are arranged in categories, which makes it quicker to find the emojis you need. In Emoji Keyboard, you can search by name of emojis, and those that you choose most often will always be at the very beginning of the list. Brighten up your everyday life with our new Emoji Keyboard product. It is easy to get a huge library of cool emojis with a single click of the mouse. The Emoji Keyboard extension is completely free and lightweight. Hurry to follow the link and install the cheerful Emoji Keyboard.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Emoji Keyboard Emoji Keyboard
ID ncoeoekhmlkajknhdfidcgacjngejgff
Επίσημο URL https://chrome.google.com/webstore/detail/emoji-keyboard/ncoeoekhmlkajknhdfidcgacjngejgff
Περιγραφή Huge selection of emoticons. Pick any and paste anywhere!
Μέγεθος Αρχείου 12.92 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2021-11-24
Ημερομηνία Δημοσίευσης 2021-03-26
Αξιολόγηση 4.11/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής misaivanov77774
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Keyboard",
    "description": "Huge selection of emoticons. Pick any and paste anywhere!",
    "version": "1.4",
    "browser_action": {
        "default_icon": "\/assets\/static\/pop\/128.png",
        "default_popup": "\/package\/me\/pop.html"
    },
    "icons": {
        "128": "\/assets\/static\/pop\/128.png",
        "256": "\/assets\/static\/pop\/256.png"
    },
    "background": {
        "scripts": [
            "\/package\/sizzle\/sizzle-js.js",
            "\/package\/jquery\/jquery-3.5.1.min.js",
            "\/package\/bililiteRange\/bililiteRange.js",
            "\/package\/me\/backaround\/rounder.js",
            "\/package\/me\/backaround\/last.js",
            "\/package\/me\/backaround\/maker.js",
            "bkg.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Ctrl+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/package\/jquery\/jquery-3.5.1.min.js",
                "\/package\/me\/frame\/framer.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*\/**"
    ]
}