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文件

下载Smile Wide扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}