Currency converter

This extension is to convert your currency to other

Currency converter란 무엇입니까?

Currency converter은(는) Fasalu Rahman KM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is to convert your currency to other"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Currency converter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension is to convert your currency to 160 other currency.
you will have the following options,
- Convert your currency to 160 other currency,
- ASK and BID of the selected currency
- Based on yahoo financial Exchange 
- Get all convert result
- An option to compare all currency and its BID and ASK amount                    

확장 프로그램 기본 정보

이름 Currency converter Currency converter
ID mfgmiiamglkhffmnehbmiekogaegehgk
공식 URL https://chrome.google.com/webstore/detail/currency-converter/mfgmiiamglkhffmnehbmiekogaegehgk
설명 This extension is to convert your currency to other
파일 크기 89.98 KB
설치 횟수 37
현재 버전 1.0
최근 업데이트 2014-03-10
출시 날짜 2014-03-10
평점 3.00/5 총 2 개의 평점
개발자 Fasalu Rahman KM
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency converter",
    "description": "This extension is to convert your currency to other",
    "version": "1.0",
    "permissions": [
        "https:\/\/query.yahooapis.com\/v1\/public\/*",
        "http:\/\/fonts.googleapis.com\/*",
        "http:\/\/code.angularjs.org\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' ",
    "browser_action": {
        "default_icon": "equal16.png",
        "default_popup": "currencyConverter.html"
    },
    "icons": {
        "16": "equal16.png",
        "48": "equal48.png",
        "128": "equal.png"
    },
    "short_name": "convert currency"
}