Fast Exchange Rate

Fast access to current exchange rates directy from your web browser.

Fast Exchange Rate란 무엇입니까?

Fast Exchange Rate은(는) https://fastexrate.beling.pl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast access to current exchange rates directy from your web browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Fast Exchange Rate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is Chrome version of Fast Exchange Rate application. Provides fast access to currect exchange rates. One click on a button shows newest exchange rates table.

Connects only with our server to download data. Works offline after first run (shows last downloaded data before updating).                    

확장 프로그램 기본 정보

이름 Fast Exchange Rate Fast Exchange Rate
ID pidbpembmopjeefbmajekdmhmgenbifm
공식 URL https://chromewebstore.google.com/detail/fast-exchange-rate/pidbpembmopjeefbmajekdmhmgenbifm
설명 Fast access to current exchange rates directy from your web browser.
파일 크기 31.9 KB
설치 횟수 330
현재 버전 13.1
최근 업데이트 2013-06-18
출시 날짜 2013-06-18
평점 3.20/5 총 5 개의 평점
개발자 https://fastexrate.beling.pl
결제 유형 free
확장 프로그램 웹 사이트 http://fastexrate.beling.pl
도움말 페이지 URL http://fastexchangerate.uservoice.com
지원되는 언어 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "13.1",
    "permissions": [
        "http:\/\/fastexrate.beling.pl\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "default_locale": "pl",
    "web_accessible_resources": [
        "style.css"
    ]
}