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
Eメール [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
}