Incognitify

Open current tab in an incognito window

Vad är Incognitify?

Incognitify är en Chrome-tillägg utvecklad av Neword, och dess huvudfunktion är "Open current tab in an incognito window".

Tilläggsskärmbilder

screenshot

Ladda ner Incognitify-förlängningens CRX-fil

Ladda ner Incognitify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Incognitify Incognitify
ID bfooamdflgheadbaakfehmbdelmfogfa
Officiell webbadress https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa
Beskrivning Open current tab in an incognito window
Filstorlek 24.9 KB
Antal Installationer 2,465
Aktuell Version 1.2
Senast Uppdaterad 2020-05-29
Publiceringsdatum 2020-05-29
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Neword
Betalningssätt free
Stödda Språk 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
    }
}