Nano Donate
Nano donations made easy!
Hvad er Nano Donate?
Nano Donate er en Chrome-udvidelse udviklet af Nano Charts, og dens hovedfunktion er "Nano donations made easy!".
Udvidelsesskærmbilleder
Download Nano Donate-udvidelses-CRX-fil
Download Nano Donate-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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]
Grundlæggende oplysninger om udvidelsen
Navn | Nano Donate |
ID | eifikiniegjgjocacjjmepnkhiijgeeh |
Officiel URL | https://chromewebstore.google.com/detail/nano-donate/eifikiniegjgjocacjjmepnkhiijgeeh |
Beskrivelse | Nano donations made easy! |
Filstørrelse | 79.15 KB |
Antal Installationer | 27 |
Nuværende Version | 1.4.0 |
Senest Opdateret | 2023-07-08 |
Udgivelsesdato | 2019-05-02 |
Bedømmelse | 4.80/5 Samlet 5 Bedømmelser |
Udvikler | Nano Charts |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://nanocharts.info/nano-donate.html |
Hjælpeside-URL | https://nanocharts.info/nano-donate.html |
Understøttede Sprog | 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 } |