Incognitify

Open current tab in an incognito window

Cos'è Incognitify?

Incognitify è un'estensione di Chrome sviluppata da Neword, e la sua funzione principale è "Open current tab in an incognito window".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Incognitify

Scarica i file di estensione Incognitify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Open the current tab to an incognito tab just by clicking the Incognitify button.

Options to set the following:
  - Keep the original tab open 
  - Remove the tab URL from history
  - Open the incognito tab maximised

Enable this extension in incognito mode to switch back from incognito browsing to normal browsing.

There are no trackers or malware in this add-on.                    

Informazioni di Base sull'Estensione

Nome Incognitify Incognitify
ID bfooamdflgheadbaakfehmbdelmfogfa
URL Ufficiale https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa
Descrizione Open current tab in an incognito window
Dimensione del File 24.9 KB
Conteggio Installazioni 2,465
Versione Corrente 1.2
Ultimo Aggiornamento 2020-05-29
Data di Pubblicazione 2020-05-29
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Neword
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incognitify",
    "description": "Open current tab in an incognito window",
    "version": "1.2",
    "background": {
        "scripts": [
            "incognitify.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Incognitify"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "history"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}