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. 擴展基本資訊
| 名稱 | |
| ID | iecemhejdahkagpehphofmbmeapbcggd |
| 官方網址 | 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"
]
} | |