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 |
官方網址 | 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" ] } |