Go Incognito!
Open current page in incognito mode (shortcut CTRL+I).
Wat is Go Incognito!?
Go Incognito! is een Chrome-extensie ontwikkeld door aaarys, en de belangrijkste functie is "Open current page in incognito mode (shortcut CTRL+I).".
Extensie Screenshots
Download het CRX-bestand van de extensie Go Incognito!
Download Go Incognito!-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
Open current page in incognito mode, you have 3 options to do it:
- use shortcut "CTRL+I"
- click icon in toolbar
- select `Go Incognito!` from right-click menu Basisinformatie over de Extensie
| Naam | |
| ID | ibckhjfbpagomemcmiihcglgcimbjbpe |
| Officiële URL | https://chromewebstore.google.com/detail/go-incognito/ibckhjfbpagomemcmiihcglgcimbjbpe |
| Beschrijving | Open current page in incognito mode (shortcut CTRL+I). |
| Bestandsgrootte | 13.83 KB |
| Aantal Installaties | 165 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-01-03 |
| Publicatiedatum | 2019-01-03 |
| Ontwikkelaar | aaarys |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Go Incognito!",
"version": "1.0",
"description": "Open current page in incognito mode (shortcut CTRL+I).",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"contextMenus",
"tabs"
],
"browser_action": {
"default_icon": {
"16": "icons\/incognito_icon16.png",
"32": "icons\/incognito_icon32.png",
"48": "icons\/incognito_icon48.png",
"128": "icons\/incognito_icon128.png"
}
},
"icons": {
"16": "icons\/incognito_icon16.png",
"32": "icons\/incognito_icon32.png",
"48": "icons\/incognito_icon48.png",
"128": "icons\/incognito_icon128.png"
},
"commands": {
"toggle-open-incognito": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "MacCtrl+I"
},
"description": "Open in incognito"
}
},
"manifest_version": 2
} | |