TotalSearch
Search Wikipedia and Google Images with just a click.
什么是TotalSearch?
TotalSearch是由jkirrane开发的Chrome扩展程序,该扩展的主要功能是“Search Wikipedia and Google Images with just a click.”。
扩展截图
下载TotalSearch扩展crx文件
下载TotalSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search Wikipedia and Google Images with a single click. Simply highlight text on a page and click the magnifying glass icon. Et voila! V. 1.2 (April 30, 2015) : -- Add support for searching Google Maps via address V. 1.1 (Jan 9, 2015) : -- Increase number of image results from 4 to 8. -- Some styling cleanup
扩展基本信息
名称 | |
ID | jelcolfpjeaehlmnhjipojaiglbjmokj |
官方URL | https://chrome.google.com/webstore/detail/totalsearch/jelcolfpjeaehlmnhjipojaiglbjmokj |
简介 | Search Wikipedia and Google Images with just a click. |
文件大小 | 71.12 KB |
安装次数 | 22 |
当前版本 | 1.0.2 |
更新时间 | 2015-04-30 |
上架时间 | 2015-04-30 |
评分 | 4.00/5 共2次评分 |
开发者 | jkirrane |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TotalSearch", "description": "Search Wikipedia and Google Images with just a click.", "version": "1.0.2", "background": { "scripts": [ "backgroundPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ], "browser_action": { "default_icon": "find16.png", "default_popup": "f.html" }, "icons": { "16": "find16.png", "19": "find19.png", "38": "find38.png", "48": "find48.png", "128": "find128.png" }, "sandbox": { "pages": [ "sandbox.html" ] } } |