Incognito Search
Search selected text in Google incognito
什么是Incognito Search?
Incognito Search是由dvdjonny开发的Chrome扩展程序,该扩展的主要功能是“Search selected text in Google incognito”。
下载Incognito Search扩展crx文件
下载Incognito Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add a context menu to search for a term in a new InCognito Window. You no longer need to copy the text, open a new browser and paste the text.
扩展基本信息
名称 | |
ID | bphnaoggijakdeeiigahieohjcjhdacj |
官方URL | https://chrome.google.com/webstore/detail/incognito-search/bphnaoggijakdeeiigahieohjcjhdacj |
简介 | Search selected text in Google incognito |
文件大小 | 6.97 KB |
安装次数 | 593 |
当前版本 | 1.0 |
更新时间 | 2018-04-08 |
上架时间 | 2018-04-08 |
评分 | 4.00/5 共3次评分 |
开发者 | dvdjonny |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incognito Search", "version": "1.0", "description": "Search selected text in Google incognito", "author": "dvdjonny", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "icons": { "128": "icon-bitty.png" }, "background": { "scripts": [ "main.js" ] } } |