Incognito This Tab for Google Chrome™

Open current page in incognito

Qu'est-ce que Incognito This Tab for Google Chrome™ ?

Incognito This Tab for Google Chrome™ est une extension Chrome développée par Romkaq, et sa fonction principale est "Open current page in incognito".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Incognito This Tab for Google Chrome™

Téléchargez les fichiers d'extension Incognito This Tab for Google Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Incognito This Tab for Google Chrome™ Incognito This Tab for Google Chrome™
ID fhafmefnbokbkdbheggacacknjfoabkn
URL Officiel https://chromewebstore.google.com/detail/incognito-this-tab-for-go/fhafmefnbokbkdbheggacacknjfoabkn
Description Open current page in incognito
Taille du Fichier 11.9 KB
Nombre d'Installations 94
Version Actuelle 1.1
Dernière Mise à Jour 2023-01-14
Date de Publication 2021-05-27
Évaluation 5.00/5 Total 2 Évaluations
Développeur Romkaq
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://rq-dev.github.io/chrome-extensions-privacy-policy
Langues Prises en Charge 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"
        }
    }
}