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\/"
    ]
}