Spell Cheque

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

什麼是Spell Cheque?

Spell Cheque是由George Korosy開發的Chrome擴展程式,該擴展的主要功能是“Spells out a numeric $, €, £, R, ₹ or ₪ currency amount in English”。

擴展截圖

screenshot

下載Spell Cheque擴展crx文件

下載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
官方網址 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": []
}