Vtimes
Vtimes is an extension for accessing Vision Network enabled distributed applications, or Dapps in Chrome.
Vtimes란 무엇입니까?
Vtimes은(는) vision에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vtimes is an extension for accessing Vision Network enabled distributed applications, or Dapps in Chrome."입니다.
확장 프로그램 스크린샷
Vtimes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Vtimes Offered by: Vision Network Vtimes is an extension for accessing Vision Network enabled distributed applications, or "Dapps" in your browser. The extension injects the Vision API into every website's javascript context so that dapps can read from the blockchain. Vtimes Wallet provides the ability to access and interact with Vision based distributed applications (dApps) using a web browser. Users can approve payment for dApp related purchases and services, send and receive funds, and monitor their tokens all within the context of an Vision-based environment. In the secure Vtimes Wallet interface, users can create and manage wallet accounts and interact with their VS and other tokens. Wallet functionality includes the ability to: Initiate token transactions to other addresses (wallets or smart contracts) Interact with smart contracts Import wallet accounts With Vtimes Wallet , you can create a new crypto wallet or import it for each desired coin. You can store, send, receive, manage all of your cryptocurrencies always in a secure and pure environment. Enables access to: Dapps NFTs vrc20 tokens ICOs ...and more!
확장 프로그램 기본 정보
이름 | |
ID | fgkaeeikaoeiiggggbgdcjchmdfmamla |
공식 URL | https://chrome.google.com/webstore/detail/vtimes/fgkaeeikaoeiiggggbgdcjchmdfmamla |
설명 | Vtimes is an extension for accessing Vision Network enabled distributed applications, or Dapps in Chrome. |
파일 크기 | 7.1 MB |
설치 횟수 | 7,252 |
현재 버전 | 1.5.2 |
최근 업데이트 | 2022-08-30 |
출시 날짜 | 2021-01-28 |
평점 | 2.67/5 총 3 개의 평점 |
개발자 | vision |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://v.network/VisionPrivacyPolicy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vtimes", "version": "1.5.2", "version_name": "1.5.2", "description": "Vtimes is an extension for accessing Vision Network enabled distributed applications, or Dapps in Chrome.", "author": "vtimes", "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-LayQc1iWBC+6WbHHvHZj3uSx3CxrGBHUJBR7si4qf8w=' 'sha256-POEO+wER89cezFVZ27JoP523HJNPMQxmh5Rcz\/OZpr4=' 'sha256-IThiKMnsg0UHaLmP7sJxZpd\/ohvINImwjxFJyxGFSlk='; object-src 'self'", "permissions": [ "storage", "unlimitedStorage", "clipboardWrite", "activeTab" ], "browser_action": { "default_popup": "packages\/popup\/build\/index.html", "default_title": "Vtimes" }, "icons": { "128": "packages\/popup\/static\/vtimes2.png" }, "background": { "scripts": [ "dist\/backgroundScript.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "dist\/vtimesContent.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "dist\/vtimesHook.js" ] } |