Unicode Keyboard

This extension provides an easy-access Unicode keyboard to make it easier to create your own Unicode emoticons.

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

Το Unicode Keyboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CCninja86, και η κύρια λειτουργία του είναι "This extension provides an easy-access Unicode keyboard to make it easier to create your own Unicode emoticons.".

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

screenshot

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

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

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

                        New Website! http://ninjasoftware.enjin.com/

HOW TO USE THE SAVE FEATURE:

To add an emoticon to your list of saved emoticons, click the 'Save Emoticon' button (NOTE: This does not actually store them), then to store all of your saved emoticons for future use, click the 'Store Emoticons' button. *PLEASE READ* You can not save emoticons with spaces in them, e.g. you can't save this: ( o_o), but you can save this: (o_o)

Whenever you use Unicode Keyboard, make sure you click the 'Load Emoticons' button before saving anymore custom emoticons, otherwise it will overwrite your previously saved emoticons. It's a bit of a pain, I know, but I haven't found another way yet.

Ever seen people type those more detailed smiley faces and the table-flip meme with those strange characters and wanted to be able to easily make your own? This extension provides a simple, easy-to-use way of creating your own Unicode emoticons which you can then simply copy-and-paste into your post, allowing for more detailed expressions in your text!

What's New:

- You can now save custom emoticons and then load them as custom buttons the next time you use the plugin!
- Fixed the question mark buttons (removed them as they were also playing up for me as well)

Features:

- 38 unique Unicode characters
- Completely customisable typing
- Copy to clipboard button
- Customisable font size
- Resizable text area

If you enjoy this app, it would be greatly appreciated if you could take the time to rate it!                    

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

Όνομα Unicode Keyboard Unicode Keyboard
ID dengmjlghngndfpcejhcajfpmabcaenn
Επίσημο URL https://chromewebstore.google.com/detail/unicode-keyboard/dengmjlghngndfpcejhcajfpmabcaenn
Περιγραφή This extension provides an easy-access Unicode keyboard to make it easier to create your own Unicode emoticons.
Μέγεθος Αρχείου 1.59 MB
Αριθμός Εγκαταστάσεων 1,094
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2016-12-28
Ημερομηνία Δημοσίευσης 2016-12-27
Αξιολόγηση 4.00/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής CCninja86
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unicode Keyboard",
    "description": "This extension provides an easy-access Unicode keyboard to make it easier to create your own Unicode emoticons.",
    "version": "1.5",
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "Smiley_128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "Smiley_48.png",
        "64": "Smiley_64.png",
        "128": "Smiley_128.png"
    }
}