Smile Wide

Amazon donates to charity. All you have to do is shop.

Smile Wide란 무엇입니까?

Smile Wide은(는) Winson Luk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon donates to charity. All you have to do is shop."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Automatically convert all Amazon links to Amazon Smile links, at no added cost to you. Simply choose your charitable organization and shop; same products, same prices, same service.










NOTICE OF NON-ENDORSEMENT AND DISCLAIMER

We are not supported by, sponsored by, endorsed by or in any way officially connected with Amazon.com, Inc., or any of its subsidiaries or its affiliates. The official Amazon website can be found at http://www.amazon.com. The name “Amazon Smile” as well as related names, marks, emblems and images are registered trademarks of Amazon.com, Inc. 

The use in this website and/or in related promotional print or video material of trademarked names and images is strictly for editorial and descriptive purposes, and no commercial claim to their use, or suggestion of sponsorship or endorsement, is made by Smile Wide. Those words or terms that the authors and publisher have reason to believe are trademarks are designated as such by the use of initial capitalization, where appropriate. However no attempt has been made to identify or designate all words or terms to which trademark or other proprietary rights may exist. Nothing contained herein is intended to express a judgment on, or affect the validity of legal status of, any word or term as a trademark, service mark, or other proprietary mark.



LICENSE

SmileAlways (Smile Wide)
Copyright (C) 2017 Josh Haimson, Dan Elitzer, and Smile Wide
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.



FULL LICENSE: https://www.gnu.org/licenses/gpl-3.0.en.html



SOURCE: https://drive.google.com/file/d/0B21b0hF0TlOvdTZBcFlEbGR0aU0/view                    

확장 프로그램 기본 정보

이름 Smile Wide Smile Wide
ID gghmjencocgfkbmfhccmfngonpbhlldf
공식 URL https://chromewebstore.google.com/detail/smile-wide/gghmjencocgfkbmfhccmfngonpbhlldf
설명 Amazon donates to charity. All you have to do is shop.
파일 크기 187 KB
설치 횟수 114
현재 버전 1.73
최근 업데이트 2017-03-25
출시 날짜 2017-03-24
평점 4.80/5 총 5 개의 평점
개발자 Winson Luk
결제 유형 free
확장 프로그램 웹 사이트 https://www.facebook.com/Smile-Wide-384021011980497/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "request.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-38.png",
        "default_popup": "popup.html"
    },
    "description": "Amazon donates to charity. All you have to do is shop.",
    "icons": {
        "38": "icon-38.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Smile Wide",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/smile.amazon.com\/*",
        "http:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/smile.amazon.com\/*"
    ],
    "version": "1.73"
}