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
官方網址 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"
}