EOS KIT
EOS holders must need this extension, you will never miss out on any big events!
EOS KIT란 무엇입니까?
EOS KIT은(는) MEET.ONE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EOS holders must need this extension, you will never miss out on any big events!"입니다.
확장 프로그램 스크린샷
EOS KIT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
EOS KIT is a tiny extension, which collects all EOS informations. Just open one tab, you can quickly browse the latest news, EOS market and all types of Dapps. No need to waste time, to look for a large number of EOS messages, fully integrated. Function: * Information: aggregates all EOS news, including the EOS.IO, Medium, Steemit, etc. * Price: real-time EOS price, including historical prices, Chart of top EOS holders. * Twitter: browse the latest tweets of EOS related accounts in one page. * Dapps Index: include all EOS-based projects, never search around again. * EOS KIT will replace your default tab, become your home page, so you don't miss anything.
확장 프로그램 기본 정보
이름 | EOS KIT |
ID | hiaddgihenoiohaoelnclcbjgjjflfhc |
공식 URL | https://chromewebstore.google.com/detail/eos-kit/hiaddgihenoiohaoelnclcbjgjjflfhc |
설명 | EOS holders must need this extension, you will never miss out on any big events! |
파일 크기 | 2.12 MB |
설치 횟수 | 1,000 |
현재 버전 | 1.0.14 |
최근 업데이트 | 2019-04-16 |
출시 날짜 | 2019-04-15 |
평점 | 4.95/5 총 21 개의 평점 |
개발자 | MEET.ONE |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EOS KIT", "short_name": "EOS KIT", "version": "1.0.14", "description": "EOS holders must need this extension, you will never miss out on any big events!", "author": "MEET.ONE TEAM", "manifest_version": 2, "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "48": "icons\/favicon-48x48.png", "96": "icons\/favicon-96x96.png", "128": "icons\/favicon-128x128.png", "192": "icons\/favicon-192x192.png" }, "homepage_url": "https:\/\/meet.one", "permissions": [ "*:\/\/*.ethte.com\/", "*:\/\/*.meet.one\/", "cookies" ], "browser_action": { "default_title": "MEET.ONE EOS KIT", "default_popup": "pages\/popup.html" }, "background": { "persistent": false, "page": "pages\/background.html" }, "chrome_url_overrides": { "newtab": "pages\/redirect.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098; object-src 'self'" } |