NEO Dashboard
Real-time cryptocurrency price updates for NEO and GAS every time you open a new tab.
NEO Dashboard란 무엇입니까?
NEO Dashboard은(는) http://neodashboard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Real-time cryptocurrency price updates for NEO and GAS every time you open a new tab."입니다.
확장 프로그램 스크린샷
NEO Dashboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NEO Dashboard is a Chrome New Tab dashboard that provides real-time cryptocurrency price updates for NEO and GAS. The following currencies are supported; AUD, BRL, CAD, CHF, CNY, EUR, GBP, HKD, IDR, INR, JPY, KRW, MXN, RUB, USD. What is NEO? NEO, formerly Antshares, is China's first ever open source blockchain. Founded in 2014, NEO’s mission has been to reinvent the way commerce is done. Motivated by this, NEO has been created to shift our traditional economy into the new era of the Smart Economy. ------------------------------- If you enjoy this extension, donations are greatly appreciated! NEO/GAS: AUe3LpTePFq2PTfQGqqJrX3DwXnvQgpWGV BTC: 17naYokroDWXLDCXNbsVgdg4BE8Aw48DHX ETH: 0x5Ef2a001BdA671a716A52Ee2b8E90FA5Bbfe96E4
확장 프로그램 기본 정보
이름 | |
ID | jkmegbplkbpglhhlplfonlpgbaaeajkf |
공식 URL | https://chrome.google.com/webstore/detail/neo-dashboard/jkmegbplkbpglhhlplfonlpgbaaeajkf |
설명 | Real-time cryptocurrency price updates for NEO and GAS every time you open a new tab. |
파일 크기 | 806 KB |
설치 횟수 | 27 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2017-08-14 |
출시 날짜 | 2017-08-14 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://neodashboard.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://neodashboard.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NEO Dashboard", "version": "1.0.1", "manifest_version": 2, "description": "Real-time cryptocurrency price updates for NEO and GAS every time you open a new tab.", "homepage_url": "http:\/\/neodashboard.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage" ] } |