Energy Cash Browser Extension
Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web
什么是Energy Cash Browser Extension?
Energy Cash Browser Extension是由energy cash browser exstention开发的Chrome扩展程序,该扩展的主要功能是“Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web”。
扩展截图
下载Energy Cash Browser Extension扩展crx文件
下载Energy Cash Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Utility token with multiple benefits Environmental change is one of the greatest difficulties of today: temperatures are rising, and we are progressively looked with flighty precipitation, flooding and outrageous dry spell. These occasions result in fizzled harvests, sustenance deficiencies, and harm to our environments. Environmental change influences every one of us, however individuals in creating nations are substantially more defenseless against its outcomes. To keep the temperature-ascend beneath 2 degrees, we should make a move now. Energy Cash token is a utility token that serves as a priority access to renewable energy projects. Energy Cash is a blockchain platform that lessens your Carbon Footprint by investing in renewable projects. You can earn Energy Cash tokens by becoming a member from our platform. The Energy Cash token holders benefit from investments made in the various renewable energy projects and reducing there carbon offsets. The difference with other carbon offset projects is that energy cash will make very transparent choices in which renewable energy projects will be invested because whe use smartcontracts in the blockchain.
扩展基本信息
名称 | |
ID | hnnicmicjakceceikiebahkkgphkfokj |
官方URL | https://chrome.google.com/webstore/detail/energy-cash-browser-exten/hnnicmicjakceceikiebahkkgphkfokj |
简介 | Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web |
文件大小 | 54.08 KB |
安装次数 | 73 |
当前版本 | 1.2.2 |
更新时间 | 2019-05-08 |
上架时间 | 2019-05-08 |
评分 | 5.00/5 共1次评分 |
开发者 | energy cash browser exstention |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://energycash.xyz/energy-cash-browser-extension/ |
帮助页面URL | https://energycash.xyz/faq/ |
隐私政策页面URL | https://energycash.xyz/contact-us/privacy-policy-2 |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Energy Cash Browser Extension", "description": "Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web", "version": "1.2.2", "icons": { "128": "icon_128.png.png" }, "browser_action": { "default_icon": "icon.png.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |