CryptoJunkie: latest crypto news & prices
When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash
CryptoJunkie: latest crypto news & prices란 무엇입니까?
CryptoJunkie: latest crypto news & prices은(는) http://cryptojunkie.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash"입니다.
확장 프로그램 스크린샷
CryptoJunkie: latest crypto news & prices 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convert the 'New tab' screen in Chrome into a cryptocurrency dashboard. Each time you open a new tab you'll see: trading tips, news on upcoming ICOs, price tickers, memes, special announcement, cryptocurrency videos, industry updates & much more. Stay up to date on the latest news regarding: Bitcoin, Ethereum, Litecoin, Zcash, Ripple, Dash & more. If you consider yourself a cryptocurrency junkie or you're looking to learn more about cryptos, you MUST have this extension.
확장 프로그램 기본 정보
이름 | |
ID | cpgjdheihpmldnkbbonjjlebkacaeecg |
공식 URL | https://chrome.google.com/webstore/detail/cryptojunkie-latest-crypt/cpgjdheihpmldnkbbonjjlebkacaeecg |
설명 | When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash |
파일 크기 | 188 KB |
설치 횟수 | 493 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2017-12-02 |
출시 날짜 | 2017-12-02 |
평점 | 4.45/5 총 51 개의 평점 |
개발자 | http://cryptojunkie.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://cryptojunkie.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CryptoJunkie: latest crypto news & prices", "description": "When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash", "manifest_version": 2, "version": "1.0.5", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com https:\/\/cdn.embedly.com\/; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com https:\/\/cdn.embedly.com", "permissions": [ "activeTab", "*:\/\/*.google-analytics.com\/*" ], "chrome_url_overrides": { "newtab": "index.html" } } |