Bullion Peek
Peek at gold and silver prices.
Bullion Peek란 무엇입니까?
Bullion Peek은(는) Piotrek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Peek at gold and silver prices."입니다.
확장 프로그램 스크린샷
Bullion Peek 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension displays current price of gold and silver, as well as gold-to-silver price ratio. It uses BullionVault.com as the source of the price data. You can choose currency (USD/EUR/GBP) and weight unit (kg/oz). You can also select which price is displayed over the extension's icon.
확장 프로그램 기본 정보
이름 | |
ID | ieahjdgkkeekhbhgmdhkodhkjlfjhocd |
공식 URL | https://chrome.google.com/webstore/detail/bullion-peek/ieahjdgkkeekhbhgmdhkodhkjlfjhocd |
설명 | Peek at gold and silver prices. |
파일 크기 | 31.64 KB |
설치 횟수 | 497 |
현재 버전 | 1.9.1 |
최근 업데이트 | 2012-12-08 |
출시 날짜 | 2012-12-08 |
평점 | 2.70/5 총 10 개의 평점 |
개발자 | Piotrek |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "Peek at gold and silver prices.", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Bullion Peek", "options_page": "options.html", "permissions": [ "http:\/\/www.bullionvault.com\/" ], "version": "1.9.1" } |