Emoji Selector

Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…

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

Το Emoji Selector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Faycal Bessayah, και η κύρια λειτουργία του είναι "Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…".

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

screenshot
screenshot

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

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

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

                        Love emojis?
This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to emoticon-websites to search, copy and paste emojis to your message.
The extension is very simple to use. Click on the extension button or use the shortcut command  ‘Ctrl+E’ and start searching emojis by typing keywords. The selected emoji is automatically put into your message, comment, etc.

* You need to refresh opened pages after installation.                    

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

Όνομα Emoji Selector Emoji Selector
ID cmhipmaommgbjboekcbbilbflfekdlgi
Επίσημο URL https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi
Περιγραφή Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…
Μέγεθος Αρχείου 272 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-03-14
Ημερομηνία Δημοσίευσης 2021-02-01
Προγραμματιστής Faycal Bessayah
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Selector",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+E",
                "mac": "Command+E",
                "chromeos": "Ctrl+E",
                "linux": "Ctrl+E"
            }
        }
    },
    "browser_action": {
        "default_icon": "emoji.png",
        "default_popup": "index.html",
        "default_title": "Emoji Selector"
    }
}