ExchangeMyRate

ExchangeMyRate converts value of one currency to another.

ExchangeMyRate란 무엇입니까?

ExchangeMyRate은(는) info.screengrabr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ExchangeMyRate converts value of one currency to another."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        ExchangeMyRate convert your prices to the selected currency using current rates.
Are you facing some difficulty converting currently on the hop when browsing and doing your work? Are you looking for a fast and efficient
 currency converter tool that enables you to change between different currencies on the spur of the moment?
This ExchangeMyRate extension will help user to convert prices (from major currencies) on any other selected currency. 
Watch the exchange rate between selected currencies while you are surfing on the internet. 
It also provides easily toggle between converted and original prices with quick conversion .This extension also handles ambiguous currencies as well.The answer to all your problems comes in the form of a Currency Converter. This currency conversion tool enables you to work on your
 existing tab with the power of computing and converting units of different currencies to the ones you want.It is continually being updated, which means that real-time currency changes have been integrated. This makes it a reliable and accurate 
tool for those looking for real-time currency while on the job.                    

확장 프로그램 기본 정보

이름 ExchangeMyRate ExchangeMyRate
ID mgoglfcmknffdbgkckkloiokgljhmnpe
공식 URL https://chromewebstore.google.com/detail/exchangemyrate/mgoglfcmknffdbgkckkloiokgljhmnpe
설명 ExchangeMyRate converts value of one currency to another.
파일 크기 339 KB
설치 횟수 21
현재 버전 1.0
최근 업데이트 2021-03-30
출시 날짜 2021-03-29
평점 5.00/5 총 7 개의 평점
개발자 info.screengrabr
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ExchangeMyRate",
    "version": "1.0",
    "description": "ExchangeMyRate converts value of one currency to another.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/index.html",
        "default_title": "Have a good day"
    }
}