Search in Amazon
This extension adds Search in Amazon option in the context menu.
什么是Search in Amazon?
Search in Amazon是由Linen Art, LLC开发的Chrome扩展程序,该扩展的主要功能是“This extension adds Search in Amazon option in the context menu.”。
扩展截图
下载Search in Amazon扩展crx文件
下载Search in Amazon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds Search in Amazon option in the context menu.
扩展基本信息
名称 | Search in Amazon |
ID | gplclnidblehgflejfmjaibhljjdbfgo |
官方URL | https://chrome.google.com/webstore/detail/gplclnidblehgflejfmjaibhljjdbfgo |
简介 | This extension adds Search in Amazon option in the context menu. |
文件大小 | 19.88 KB |
安装次数 | 74 |
当前版本 | 0.1 |
更新时间 | 2019-06-21 |
上架时间 | 2019-06-21 |
开发者 | Linen Art, LLC |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search in Amazon", "version": "0.1", "description": "This extension adds Search in Amazon option in the context menu.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "evenPage.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ] } |