Smile More, Donate More :)

Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.

Smile More, Donate More :)란 무엇입니까?

Smile More, Donate More :)은(는) Joanne Yeung에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile."입니다.

확장 프로그램 스크린샷

screenshot

Smile More, Donate More :) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Smile More, Donate More :) captures any Amazon.com URL requests browsed to by the user and sends the browser to AmazonSmile (https://smile.amazon.com) instead. AmazonSmile is Amazon's charity program for non-profit organizations. For every purchase through AmazonSmile, Amazon donates 0.5% of the price of eligible items to the user's charity organization of choice. Amazon Smile is owned and operated by Amazon. Learn more about the Amazon Smile Foundation and program at: https://smile.amazon.com/gp/chpf/about/ref=smi_se_rspo_laas_aas

Support for HTTPS included - all redirects will send the browser to a HTTP Secure connection with AmazonSmile.

Privacy respected: This app does not track, store, or send any user or usage information.

This Chrome extension is not affiliated with, maintained, authorized, endorsed or sponsored by Amazon.com.

This app was created by Joanne Yeung. The GitHub repository and source code can be found here: https://github.com/jttyeung/smile-more-donate-more                    

확장 프로그램 기본 정보

이름 Smile More, Donate More :) Smile More, Donate More :)
ID lbicnnogjkpfkhokabdopjibhlcejhop
공식 URL https://chromewebstore.google.com/detail/smile-more-donate-more/lbicnnogjkpfkhokabdopjibhlcejhop
설명 Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.
파일 크기 203 KB
설치 횟수 29
현재 버전 1.4
최근 업데이트 2017-10-15
출시 날짜 2017-10-15
평점 5.00/5 총 7 개의 평점
개발자 Joanne Yeung
결제 유형 free
확장 프로그램 웹 사이트 https://smilemoredonatemore.com
도움말 페이지 URL https://smilemoredonatemore.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smile More, Donate More :)",
    "short_name": "Smile More",
    "description": "Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icons\/smilemore16.png",
        "default_popup": "info.html"
    },
    "icons": {
        "16": "icons\/smilemore16.png",
        "48": "icons\/smilemore48.png",
        "128": "icons\/smilemore128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "redirector.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/amazon.com\/*",
        "*:\/\/amazon.de\/*",
        "webRequestBlocking"
    ],
    "author": "Joanne Yeung"
}