Incognitify
Open current tab in an incognito window
O que é Incognitify?
Incognitify é uma extensão do Chrome desenvolvida por Neword, e sua principal característica é "Open current tab in an incognito window".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Incognitify
Baixe arquivos de extensão Incognitify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Incognitify |
ID | bfooamdflgheadbaakfehmbdelmfogfa |
URL Oficial | https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa |
Descrição | Open current tab in an incognito window |
Tamanho do Arquivo | 24.9 KB |
Contagem de Instalações | 2,465 |
Versão Atual | 1.2 |
Última Atualização | 2020-05-29 |
Data de Publicação | 2020-05-29 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | Neword |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |