BrowserDoge
Shows current Dogecoin value and mining difficulty and provides related tools.
BrowserDoge란 무엇입니까?
BrowserDoge은(는) BrowserDoge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows current Dogecoin value and mining difficulty and provides related tools."입니다.
확장 프로그램 스크린샷
BrowserDoge 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BrowserDoge is an extension that fetches and displays the latest Dogecoin price (in USD and BTC) and mining difficulty approximately every 30 seconds. It also features a built in calculator for quick conversions between DOGE/BTC/USD and a QR Code generator.
확장 프로그램 기본 정보
이름 | BrowserDoge |
ID | ggfjoclgplanpamdhakgclijbbhkgeif |
공식 URL | https://chromewebstore.google.com/detail/browserdoge/ggfjoclgplanpamdhakgclijbbhkgeif |
설명 | Shows current Dogecoin value and mining difficulty and provides related tools. |
파일 크기 | 96.61 KB |
설치 횟수 | 416 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2014-02-20 |
출시 날짜 | 2014-02-20 |
평점 | 4.33/5 총 18 개의 평점 |
개발자 | BrowserDoge |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.browserdoge.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BrowserDoge", "manifest_version": 2, "version": "0.2.2", "description": "Shows current Dogecoin value and mining difficulty and provides related tools.", "short_name": "BrowserDoge", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-1.11.0.min.js", "js\/update.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "http:\/\/dogechain.info\/", "https:\/\/www.dogeapi.com\/", "https:\/\/coinbase.com\/", "https:\/\/api.vircurex.com\/" ] } |