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 |
官方網址 | 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" ] } } |