Always Smile

Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity

Always Smile란 무엇입니까?

Always Smile은(는) doogin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity"입니다.

확장 프로그램 스크린샷

screenshot

Always Smile 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Amazon will donate .5% of every purchase made through smile.amazon.com to charity. This extension will route every request for amazon.com through smile.amazon.com to ensure that you're always donating.

This extension also works for links to amazon products from other sites.

FROM AMAZON:
AmazonSmile is a simple and automatic way for you to support your favorite charitable organization every time you shop, at no cost to you. When you shop at smile.amazon.com, you’ll find the exact same low prices, vast selection and convenient shopping experience as Amazon.com, with the added bonus that Amazon will donate a portion of the purchase price to your favorite charitable organization. You can choose from nearly one million organizations to support.                    

확장 프로그램 기본 정보

이름 Always Smile Always Smile
ID digfckmfadghmkoofbdpmapakcgejpie
공식 URL https://chromewebstore.google.com/detail/always-smile/digfckmfadghmkoofbdpmapakcgejpie
설명 Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity
파일 크기 9.64 KB
설치 횟수 54
현재 버전 1.0
최근 업데이트 2014-03-16
출시 날짜 2014-03-15
개발자 doogin
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Smile",
    "short_name": "Always Smile",
    "description": "Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/amazon.com\/*",
        "*:\/\/www.amazon.com\/*",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}