Snax.One

Snax blockchain wallet

Snax.One란 무엇입니까?

Snax.One은(는) https://snax.one에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Snax blockchain wallet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Snax.One 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Secure signature and authentication client solution for Snax Decentralized Social Media Overlay.

With this tool you can create account on Snax blockchain, sign transactions, easily earn and tip SNAX tokens on Twitter, Reddit, and other social networks (*). Snax.One browser extension runs locally on your machine and works directly with Snax blockchain node.

This is experimental software, released under the open source MIT license and is offered “AS IS” without warranty of any kind, express or implied.


(*) The full current list of supported social networks you can find at https://snax.one/faq                    

확장 프로그램 기본 정보

이름 Snax.One Snax.One
ID dolcmddbbplempeembpecnpllnbgjlal
공식 URL https://chrome.google.com/webstore/detail/snaxone/dolcmddbbplempeembpecnpllnbgjlal
설명 Snax blockchain wallet
파일 크기 2.2 MB
설치 횟수 872
현재 버전 1.2.6
최근 업데이트 2019-07-19
출시 날짜 2019-07-19
평점 4.67/5 총 12 개의 평점
개발자 https://snax.one
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/SnaxFoundation/snax-browser-extension
도움말 페이지 URL https://snax.one/faq
개인정보 보호 정책 페이지 URL https://snax.one/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snax.One",
    "short_name": "Snax.One",
    "version": "1.2.6",
    "manifest_version": 2,
    "author": "https:\/\/snax.one",
    "description": "Snax blockchain wallet",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icon16.png",
            "38": "icon32.png",
            "128": "icon128.png"
        },
        "default_title": "Snax.One",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.snax.one\/*",
                "https:\/\/snax.one\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "contentscript.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "injected.bundle.js"
    ],
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "clipboardRead",
        "https:\/\/snax.one\/*"
    ]
}