Incognito Search Plus
Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.
什麼是Incognito Search Plus?
Incognito Search Plus是由https://browsernative.com開發的Chrome擴展程式,該擴展的主要功能是“Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.”。
擴展截圖
下載Incognito Search Plus擴展crx文件
下載Incognito Search Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can use this extension in two ways: 1. Select any text and right click on it. Now, use the option in the appeared context menu. 2.Type i in the address bar of Chrome and hit the space bar. Now, type your search query. Visit for more information: https://browsernative.com/incognito-search-chrome-extension/
擴展基本資訊
名稱 | Incognito Search Plus |
ID | leblpjbphcbikkpiildlcjjdneilgbpl |
官方網址 | https://chromewebstore.google.com/detail/incognito-search-plus/leblpjbphcbikkpiildlcjjdneilgbpl |
簡介 | Search Google in incognito mode. Use context menu option or omnibox keyword 'i'. |
檔案大小 | 15.58 KB |
安裝次數 | 412 |
目前版本 | 0.0.4 |
更新時間 | 2019-07-31 |
上架時間 | 2019-07-30 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://browsernative.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://browsernative.com/incognito-search-chrome-extension/ |
說明頁面URL | https://browsernative.com/incognito-search-chrome-extension/ |
隱私政策頁面URL | https://browsernative.com/extensions-privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incognito Search Plus", "short_name": "Incognito Search", "description": "Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.", "version": "0.0.4", "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "permissions": [ "contextMenus" ], "omnibox": { "keyword": "i" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Incognito Search Plus" }, "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/incognito-search-chrome-extension\/" } |