Walk2Help
Change the world by walking and support your favourite charity causes by telling the world that you care.
Walk2Help là gì?
Walk2Help là một tiện ích mở rộng Chrome được phát triển bởi walk2help, và tính năng chính của nó là "Change the world by walking and support your favourite charity causes by telling the world that you care.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Walk2Help
Tải xuống các tệp mở rộng Walk2Help dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kjcmndjpeedecckgpjmeifedigmcejlj |
URL Chính Thức | https://chrome.google.com/webstore/detail/walk2help/kjcmndjpeedecckgpjmeifedigmcejlj |
Mô tả | Change the world by walking and support your favourite charity causes by telling the world that you care. |
Kích Thước Tệp | 106 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2013-03-18 |
Ngày Phát Hành | 2013-03-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | walk2help |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.walk2help.com |
URL Trang Trợ Giúp | http://www.walk2help.com/faq |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |