Smile Anywhere
Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile
Smile Anywhereとは何ですか?
Smile AnywhereはSmile Anywhereによって開発されたChromeの拡張機能で、その主な機能は「Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile」です。
拡張機能のスクリーンショット
Smile Anywhere拡張機能のCRXファイルをダウンロード
Smile Anywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool automatically uses AmazonSmile, which - at no cost to you - supports a charity of your choice every time you shop with Amazon! Find out more at https://smile.amazon.com/about No permissions required! AmazonSmile and Amazon are trademarks of Amazon.com, Inc. or its affiliates. This extension is supported by the use of Amazon affiliate links.
拡張機能の基本情報
名前 | Smile Anywhere |
ID | iecemhejdahkagpehphofmbmeapbcggd |
公式URL | https://chromewebstore.google.com/detail/smile-anywhere/iecemhejdahkagpehphofmbmeapbcggd |
説明 | Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile |
ファイルサイズ | 9.94 KB |
インストール数 | 10 |
現在のバージョン | 2.7 |
最終更新日 | 2017-12-27 |
公開日 | 2017-12-27 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Smile Anywhere |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smile Anywhere", "version": "2.7", "manifest_version": 2, "description": "Simply highlight any word or phrase, right-click it, and select \"Search Amazon for...\" to begin a product search on AmazonSmile", "icons": { "16": "icons\/icon16.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": { "48": "icons\/icon48.png" }, "default_title": "Amazon" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |