emojidex

Enable emojidex emoji on every page!

Τι είναι το emojidex;

Το emojidex είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.emojidex.com, και η κύρια λειτουργία του είναι "Enable emojidex emoji on every page!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The emojidex extension integrates the emojidex.com service emoji into every page - seamlessly converting all in-page emoji codes into emoji icons and enabling emoji input in every text box. Use and view standard and extended emoji as well as any emoji registered on emoji.com by you or any other user.

emoji display features:
All standard UTF emoji and all emoji short codes wrapped in :’s are dynamically converted into emoji icons from the premium emojidex set or from user submitted emoji. No more mystery squares because you don’t have an emoji font and no more being restrained to only the emoji your system software supports.

emoji Autocomplete:
emoji Autocomplete is enabled on every page. Simply enter a : [colon] in any text box that supports emoji and start entering the name of an emoji you’d like to display. The extension searches on the emojidex service and displays a short list of results you can choose from. Choose the emoji you want with your arrow keys and hit enter or click/tap on the suggestion and the code will be entered for you.

emoji Palette:
By clicking the emojidex icon on the Chrome toolbar an emoji palette is displayed on the page. Search for emoji, view emoji by category, or sort emoji if you have a Premium account. Click any emoji to insert it into the the text box you're using on the page.

---
Login:
If you log in to your account on www.emojiex.com or through the palette, the emoji you use will automatically be added to your history and your favorites will be available to you whenever the emoji palette is displayed.

*To protect your data, your login password is never saved by the extension/plug-in and your personal information is never accessible to the sites you are viewing. emojidex does not collect or store any tracking information and does not record where any emojidex tool, including this extension, was used.

===
This extension is open source. To report a bug, submit a suggestion or help out please use the links below:
https://github.com/emojidex/emojidex-web-extensions/issues                    

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

Όνομα emojidex emojidex
ID dmjimhgmfmldekckbojggjdijpollpeg
Επίσημο URL https://chromewebstore.google.com/detail/emojidex/dmjimhgmfmldekckbojggjdijpollpeg
Περιγραφή Enable emojidex emoji on every page!
Μέγεθος Αρχείου 623 KB
Αριθμός Εγκαταστάσεων 729
Τρέχουσα Έκδοση 0.4.0
Τελευταία Ενημέρωση 2018-01-16
Ημερομηνία Δημοσίευσης 2018-01-15
Αξιολόγηση 4.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://www.emojidex.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.emojidex.com
URL της Σελίδας Πολιτικής Απορρήτου http://www.emojidex.com/emojidex/privacy_policy
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.4.0",
    "homepage_url": "https:\/\/www.emojidex.com",
    "icons": {
        "32": "img\/icons\/icon32.png",
        "64": "img\/icons\/icon64.png",
        "128": "img\/icons\/icon128.png"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/lib\/jquery.storageapi.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/lib\/emojidex.min.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icons\/icon32.png",
        "default_title": "emojidex"
    },
    "web_accessible_resources": [
        "img\/*.gif",
        "js\/lib\/*.map",
        "css\/lib\/emojidex.min.css"
    ]
}