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