Nano Donate

Nano donations made easy!

什么是Nano Donate?

Nano Donate是由Nano Charts开发的Chrome扩展程序,该扩展的主要功能是“Nano donations made easy!”。

扩展截图

screenshot
screenshot
screenshot

下载Nano Donate扩展crx文件

下载Nano Donate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Nano Donate allows you to easily make Nano digital currency donations to participating websites. The website specifies the Nano donation details beforehand so you can just concentrate on making donations.

FEATURES
- No more searching for Nano addresses before donating. Just enter Nano amount and proceed.
- Enter custom Nano donation amount or choose from recommended amounts.
- Donations made via scanning QR code and sending from your wallet.
- Icon changes to green if website accepts donations through Nano Donate.

FOR WEBSITE OWNERS
If you are a website owner please visit our home page to learn how to enable your website for Nano Donate. Completely free with no sign up required!
Home page: https://nanocharts.info/nano-donate.html

CONTACT US
Please get in touch via email if you have any feedback / bug reports to share. Enjoy donating!
Email: [email protected]                    

扩展基本信息

名称 Nano Donate Nano Donate
ID eifikiniegjgjocacjjmepnkhiijgeeh
官方URL https://chromewebstore.google.com/detail/nano-donate/eifikiniegjgjocacjjmepnkhiijgeeh
简介 Nano donations made easy!
文件大小 79.15 KB
安装次数 27
当前版本 1.4.0
更新时间 2023-07-08
上架时间 2019-05-02
评分 4.80/5 共5次评分
开发者 Nano Charts
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nanocharts.info/nano-donate.html
帮助页面URL https://nanocharts.info/nano-donate.html
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nano Donate",
    "version": "1.4.0",
    "description": "Nano donations made easy!",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "getNanoDonateData.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/nano-donate-inactive-128.png",
            "32": "images\/nano-donate-inactive-128.png",
            "48": "images\/nano-donate-inactive-128.png",
            "128": "images\/nano-donate-inactive-128.png"
        }
    },
    "icons": {
        "16": "images\/nano-donate-active-128.png",
        "32": "images\/nano-donate-active-128.png",
        "48": "images\/nano-donate-active-128.png",
        "128": "images\/nano-donate-active-128.png"
    },
    "manifest_version": 3
}