Incognito Search Plus
Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.
Was ist Incognito Search Plus?
Incognito Search Plus ist eine Chrome-Erweiterung, die von https://browsernative.com entwickelt wurde, und ihr Hauptmerkmal ist "Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.".
Erweiterungsscreenshots
Incognito Search Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Incognito Search Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | leblpjbphcbikkpiildlcjjdneilgbpl |
| Offizielle URL | https://chromewebstore.google.com/detail/incognito-search-plus/leblpjbphcbikkpiildlcjjdneilgbpl |
| Beschreibung | Search Google in incognito mode. Use context menu option or omnibox keyword 'i'. |
| Dateigröße | 15.58 KB |
| Installationsanzahl | 412 |
| Aktuelle Version | 0.0.4 |
| Letztes Update | 2019-07-31 |
| Veröffentlichungsdatum | 2019-07-30 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://browsernative.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://browsernative.com/incognito-search-chrome-extension/ |
| Hilfeseite URL | https://browsernative.com/incognito-search-chrome-extension/ |
| URL der Datenschutzrichtlinien-Seite | https://browsernative.com/extensions-privacy-policy |
| Unterstützte Sprachen | 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\/"
} | |