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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}