Right Click Search on Amazon
Mark some text, right click on it and search it on Amazon
什麼是Right Click Search on Amazon?
Right Click Search on Amazon是由ecomm-extensions開發的Chrome擴展程式,該擴展的主要功能是“Mark some text, right click on it and search it on Amazon”。
擴展截圖
下載Right Click Search on Amazon擴展crx文件
下載Right Click Search on Amazon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search anything on Amazon with a simple right click.
Choose your marketplace in the settings, highlight your desired text wherever, right click & search on Amazon.
Try it out now for FREE
What is it good for?
-prices comparing
-market research
-reviews in seconds
-fast shopping
-exact product search
Search product names from any website- on Amazon.
IMPORTANT:
- Please note that all extensions are disabled on Chrome Web Store pages. Do NOT test the extension on this page; it will not work!
- If the extension is not working for you, please make sure it's up to date. Visit chrome://extensions/, click the "Update extensions now" button, then restart Chrome.
-------------
By installing this extension, you agree to the Terms of Service: https://www.google.com/policies/terms
Having problems with the extension? Please contact us at [email protected] or share with us on https://plus.google.com/u/2/communities/104717200104217571957.
Privacy Policy: https://adjusti.co/privacy.html 擴展基本資訊
| 名稱 | |
| ID | fnammdbpgloaalmefhleheklnlogpona |
| 官方網址 | https://chromewebstore.google.com/detail/right-click-search-on-ama/fnammdbpgloaalmefhleheklnlogpona |
| 簡介 | Mark some text, right click on it and search it on Amazon |
| 檔案大小 | 26.69 KB |
| 安裝次數 | 8,340 |
| 目前版本 | 0.42 |
| 更新時間 | 2019-08-05 |
| 上架時間 | 2019-08-05 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | ecomm-extensions |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"name": "Right Click Search on Amazon",
"short_name": "RightClickSearchOnAmazon",
"description": "Mark some text, right click on it and search it on Amazon",
"version": "0.42",
"permissions": [
"https:\/\/www.smile.amazon.com\/*",
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.ca\/*",
"https:\/\/www.amazon.fr\/*",
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.in\/*",
"https:\/\/www.amazon.it\/*",
"https:\/\/www.amazon.co.jp\/*",
"https:\/\/www.amazon.com.mx\/*",
"https:\/\/www.amazon.es\/*",
"https:\/\/www.smile.amazon.co.uk\/*",
"https:\/\/www.amazon.co.uk\/*",
"https:\/\/extensions.adjusti.co\/*",
"activeTab",
"tabs",
"webNavigation",
"storage",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": ".\/icons\/icon.16.png",
"48": ".\/icons\/icon.48.png",
"128": ".\/icons\/icon.128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.smile.amazon.com\/*",
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.ca\/*",
"https:\/\/www.amazon.fr\/*",
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.in\/*",
"https:\/\/www.amazon.it\/*",
"https:\/\/www.amazon.co.jp\/*",
"https:\/\/www.amazon.com.mx\/*",
"https:\/\/www.amazon.es\/*",
"https:\/\/www.smile.amazon.co.uk\/*",
"https:\/\/www.amazon.co.uk\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_title": "Right Click Search on Amazon"
}
} | |