Snax.One

Snax blockchain wallet

Snax.One क्या है?

Snax.One https://snax.one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Snax blockchain wallet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Snax.One एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}