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.」です。
拡張機能のスクリーンショット
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 |
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" } |