Spell Cheque

Spells out a numeric $, €, £, R, ₹ or ₪ currency amount in English

Τι είναι το Spell Cheque;

Το Spell Cheque είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον George Korosy, και η κύρια λειτουργία του είναι "Spells out a numeric $, €, £, R, ₹ or ₪ currency amount in English".

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

screenshot

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

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

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

                        Converts a numeric currency amount to text. Browser controls can then be employed to copy the content of the output to the system clipboard.

Features:

– The input field accepts 24 integer digits; decimals will be truncated – or padded –  to two digits on submission.

– The numeric field will be formatted to 3 digit comma separated blocks, white space and leading zeroes will removed, and comma separation corrected if necessary. Don’t worry prettifying the input box while editing the field, we’ll fix that for you.

– User can select one of six currency types (dollar, euro, pound, rand, rupee or shekel), one of four capitalisation conventions and whether or not the fractional amount should also be converted to text.                    

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

Όνομα Spell Cheque Spell Cheque
ID fplbaojickinecjcdengljebimnkmegg
Επίσημο URL https://chromewebstore.google.com/detail/spell-cheque/fplbaojickinecjcdengljebimnkmegg
Περιγραφή Spells out a numeric $, €, £, R, ₹ or ₪ currency amount in English
Μέγεθος Αρχείου 12.19 KB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-03-27
Ημερομηνία Δημοσίευσης 2015-03-26
Προγραμματιστής George Korosy
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spell Cheque",
    "description": "Spells out a numeric $, \u20ac, \u00a3, R, \u20b9 or \u20aa currency amount in English",
    "version": "1.0",
    "defaultlocale": "en",
    "browser_action": {
        "default_icon": "spell-cheque-icon16.png",
        "default_popup": "spell-cheque.html"
    },
    "icons": {
        "16": "spell-cheque-icon16.png",
        "48": "spell-cheque-icon48.png",
        "128": "spell-cheque-icon128.png"
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'none';",
    "permissions": []
}