Amazon.co.uk - Search highlighted text
Search for an highlighted text on Amazon from any website by using the right click context menu.
什么是Amazon.co.uk - Search highlighted text?
Amazon.co.uk - Search highlighted text是由mys3lf开发的Chrome扩展程序,该扩展的主要功能是“Search for an highlighted text on Amazon from any website by using the right click context menu.”。
扩展截图
下载Amazon.co.uk - Search highlighted text扩展crx文件
下载Amazon.co.uk - Search highlighted text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This addon allows the direct search for an highlighted text on Amazon from any website.
扩展基本信息
名称 | Amazon.co.uk - Search highlighted text |
ID | jihiglpebmiffbgjgnggndoeldcdgmld |
官方URL | https://chromewebstore.google.com/detail/amazoncouk-search-highlig/jihiglpebmiffbgjgnggndoeldcdgmld |
简介 | Search for an highlighted text on Amazon from any website by using the right click context menu. |
文件大小 | 20.91 KB |
安装次数 | 21 |
当前版本 | 1.0 |
更新时间 | 2013-07-01 |
上架时间 | 2013-07-01 |
评分 | 1.00/5 共2次评分 |
开发者 | mys3lf |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon.co.uk - Search highlighted text", "version": "1.0", "description": "Search for an highlighted text on Amazon from any website by using the right click context menu.", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "14", "icons": { "32": "icon32.png", "64": "icon64.png", "160": "icon160.png" }, "manifest_version": 2 } |