Emoticon input everywhere

Allow input emoticon in everywhere

Τι είναι το Emoticon input everywhere;

Το Emoticon input everywhere είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Robin Huy, και η κύρια λειτουργία του είναι "Allow input emoticon in everywhere".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Emoticon input everywhere

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

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

                        Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere.

Features: 
- Choose the emoticon, Click & Paste to almost everywhere you can.
- Save 10 recent emoticons.
- Total 280 emoticons, separate 4 categories.                    

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

Όνομα Emoticon input everywhere Emoticon input everywhere
ID bohndelehfpgmhpfohgnoihjdknklnbf
Επίσημο URL https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf
Περιγραφή Allow input emoticon in everywhere
Μέγεθος Αρχείου 11.64 KB
Αριθμός Εγκαταστάσεων 135
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2017-03-21
Ημερομηνία Δημοσίευσης 2017-03-21
Αξιολόγηση 4.73/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Robin Huy
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/robinhuy/emoticon-input
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/robinhuy/emoticon-input
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoticon input everywhere",
    "short_name": "Emoticon input",
    "description": "Allow input emoticon in everywhere",
    "version": "1.3",
    "author": "Robin Huy",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Emoticon input everywhere"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}