Nano Donate

Nano donations made easy!

Nano Donate란 무엇입니까?

Nano Donate은(는) Nano Charts에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nano donations made easy!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Nano Donate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
}