Walk2Help

Change the world by walking and support your favourite charity causes by telling the world that you care.

什么是Walk2Help?

Walk2Help是由walk2help开发的Chrome扩展程序,该扩展的主要功能是“Change the world by walking and support your favourite charity causes by telling the world that you care.”。

扩展截图

screenshot
screenshot

下载Walk2Help扩展crx文件

下载Walk2Help扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Change the world by walking and support your favourite charity causes by telling the world that you care.

Walk2Help measures the distance you’ve walked and converts it into virtual points. You can use these points to help a charity cause complete its target. Once the required points are collected the sponsor will fulfill the promised donation.

For example, a cause for donation of 100 textbooks to a school is to walk 800 kilometers. Once all users together walk this distance, the cause sponsor pays the amount required to purchase textbooks.

Besides helping to charities, you learn about your contribution to the environment. Walk2Help estimates the saved amount of carbon dioxide that would be separated into the atmosphere while driving instead of walking.

The result is an ideal win-win situation ‒ while walking for health, you protect the nature and people in need, companies on the other hand receive effective and powerful advertising on the Internet. Thanks to Walk2Help, walking now matters.                    

扩展基本信息

名称 Walk2Help Walk2Help
ID kjcmndjpeedecckgpjmeifedigmcejlj
官方URL https://chrome.google.com/webstore/detail/walk2help/kjcmndjpeedecckgpjmeifedigmcejlj
简介 Change the world by walking and support your favourite charity causes by telling the world that you care.
文件大小 106 KB
安装次数 18
当前版本 1.1
更新时间 2013-03-18
上架时间 2013-03-18
评分 5.00/5 共2次评分
开发者 walk2help
付费类型 free
扩展官网 http://www.walk2help.com
帮助页面URL http://www.walk2help.com/faq
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Walk2Help",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "description": "Change the world by walking and support your favourite charity causes by telling the world that you care.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_48.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "http:\/\/app.walk2help.com\/"
    ]
}