Search It!
Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
什么是Search It!?
Search It!是由https://upway2late.com开发的Chrome扩展程序,该扩展的主要功能是“Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.”。
扩展截图
下载Search It!扩展crx文件
下载Search It!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is for easily initiating new Google searches. The search term box supports Google auto suggest. Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later. Type options are Web/Image/Video/Maps/News/Shopping. Results can be sent to the current tab, a new tab, or a new window. Searches are (optionally) stored for future re-use. All stored search and domain information can be easily deleted.
扩展基本信息
名称 | Search It! |
ID | bojojkkfhcebglmfbmaplhfkjfhaefaj |
官方URL | https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj |
简介 | Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use. |
文件大小 | 42.08 KB |
安装次数 | 226 |
当前版本 | 1.0.0.0 |
更新时间 | 2016-09-22 |
上架时间 | 2016-09-22 |
评分 | 5.00/5 共5次评分 |
开发者 | https://upway2late.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.upway2late.com/projects/chrome-google-search-extension |
帮助页面URL | http://www.upway2late.com/projects/chrome-google-search-extension |
隐私政策页面URL | http://www.upway2late.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search It!", "version": "1.0.0.0", "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.", "icons": { "16": "world_16.png", "48": "world_48.png", "128": "world_128.png" }, "browser_action": { "default_icon": "world_19.png", "default_title": "Search It!", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/google.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |