Incognito This Tab for Google Chrome™
Open current page in incognito
Wat is Incognito This Tab for Google Chrome™?
Incognito This Tab for Google Chrome™ is een Chrome-extensie ontwikkeld door Romkaq, en de belangrijkste functie is "Open current page in incognito".
Extensie Screenshots
Download het CRX-bestand van de extensie Incognito This Tab for Google Chrome™
Download Incognito This Tab for Google Chrome™-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 the current page in an incognito (private mode) window by using context menu. Important! Allow extension to work in incognito windows. To open current page in incognito tab you just RightClick -> Open in Incognito
Basisinformatie over de Extensie
Naam | Incognito This Tab for Google Chrome™ |
ID | fhafmefnbokbkdbheggacacknjfoabkn |
Officiële URL | https://chromewebstore.google.com/detail/incognito-this-tab-for-go/fhafmefnbokbkdbheggacacknjfoabkn |
Beschrijving | Open current page in incognito |
Bestandsgrootte | 11.9 KB |
Aantal Installaties | 94 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-01-14 |
Publicatiedatum | 2021-05-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Romkaq |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Incognito This Tab for Google Chrome\u2122", "description": "Open current page in incognito", "version": "1.1", "permissions": [ "contextMenus", "tabs" ], "background": { "service_worker": "script.js" }, "icons": { "128": "icon128.png" }, "action": { "default_icon": { "128": "icon128.png" } } } |