Incognito Search Plus
Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.
Wat is Incognito Search Plus?
Incognito Search Plus is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Incognito Search Plus
Download Incognito Search Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/ Basisinformatie over de Extensie
| Naam | |
| ID | leblpjbphcbikkpiildlcjjdneilgbpl |
| Officiële URL | https://chromewebstore.google.com/detail/incognito-search-plus/leblpjbphcbikkpiildlcjjdneilgbpl |
| Beschrijving | Search Google in incognito mode. Use context menu option or omnibox keyword 'i'. |
| Bestandsgrootte | 15.58 KB |
| Aantal Installaties | 412 |
| Huidige Versie | 0.0.4 |
| Laatst Bijgewerkt | 2019-07-31 |
| Publicatiedatum | 2019-07-30 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://browsernative.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://browsernative.com/incognito-search-chrome-extension/ |
| Help Pagina-URL | https://browsernative.com/incognito-search-chrome-extension/ |
| URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
| Ondersteunde Talen | 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\/"
} | |