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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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