Emoji Parser

Input emojis using the universal shortcodes anywhere in your browser

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

Το Emoji Parser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον guisers, και η κύρια λειτουργία του είναι "Input emojis using the universal shortcodes anywhere in your browser".

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

screenshot
screenshot
screenshot

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

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

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

                        Selecting from an emoji menu can be tiresome with all the clicking. Now you can use the standard emoji shortcodes like :joy: 😂, :poop: 💩, :eggplant: 🍆, and etc. You can find an exhaustive list of emoji shortcodes here http://www.emoji-cheat-sheet.com/. Some of them are hard to remember, so a helpful toolbox with suggestions will also appear on the bottom right corner of your screen when you begin typing shortcodes. Simple, clutter-free, and easy to use!

Totally free, and totally ad-free. Doesn't track your conversations.

*Supports Facebook chat, Whatsapp Web, Gmail, and common input boxes
** Let me know if you find an application that doesn't work that you would like to see support added for!

Thanks!                    

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

Όνομα Emoji Parser Emoji Parser
ID lgjihgjddllimafionnfpgeppblknljk
Επίσημο URL https://chromewebstore.google.com/detail/emoji-parser/lgjihgjddllimafionnfpgeppblknljk
Περιγραφή Input emojis using the universal shortcodes anywhere in your browser
Μέγεθος Αρχείου 24.95 KB
Αριθμός Εγκαταστάσεων 126
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2016-10-09
Ημερομηνία Δημοσίευσης 2016-10-09
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής guisers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Parser",
    "description": "Input emojis using the universal shortcodes anywhere in your browser",
    "version": "0.1.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}