Bitcoin Currency Converter
Bitcoin currency converter magically changes any currency into Bitcoins or your choice of any foreign currency.
Bitcoin Currency Converter란 무엇입니까?
Bitcoin Currency Converter은(는) http://bcoiner.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bitcoin currency converter magically changes any currency into Bitcoins or your choice of any foreign currency."입니다.
확장 프로그램 스크린샷
Bitcoin Currency Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bitcoin Currency Converter magically changes any price / currency shown in your browser and converts it into bitcoins or your favorite foreign currency. Now you can surf Amazon, EBay, CraigsList and WallMart.com in amazing new Bitcoin Vision, with this extension turn all of your favorite sites from $ to $BTC Bitcoins. A lot of fun and you can see the price of anything in bitcoins. Just install the extension, go to the extensions page, choose options and select a currency like Bitcoins or Euros and then that's it.
확장 프로그램 기본 정보
이름 | |
ID | cepgjidobniobmoomapojghihlfplhak |
공식 URL | https://chrome.google.com/webstore/detail/bitcoin-currency-converte/cepgjidobniobmoomapojghihlfplhak |
설명 | Bitcoin currency converter magically changes any currency into Bitcoins or your choice of any foreign currency. |
파일 크기 | 49.13 KB |
설치 횟수 | 74 |
현재 버전 | 3.4.5 |
최근 업데이트 | 2013-05-22 |
출시 날짜 | 2013-05-22 |
평점 | 3.71/5 총 7 개의 평점 |
개발자 | http://bcoiner.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "ccc.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Bitcoin currency converter magically changes any currency into Bitcoins or your choice of any foreign currency.", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "name": "Bitcoin Currency Converter", "options_page": "options.html", "page_action": { "default_icon": { "19": "icons\/19.png" }, "default_title": "Bitcoin Currency Converter" }, "web_accessible_resources": [ "iframe.html", "iframe.js" ], "permissions": [ "tabs", "http:\/\/chrome.dev.pathfinder.gr\/*", "http:\/\/chrome.pathfinder.gr\/*", "http:\/\/btcrate.com\/*", "http:\/\/api.bitcoincharts.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.4.5" } |