IncogSwitch
Quickly switch the current window between normal and incognito mode.
Cos'è IncogSwitch?
IncogSwitch è un'estensione di Chrome sviluppata da Jamie Redding, e la sua funzione principale è "Quickly switch the current window between normal and incognito mode.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IncogSwitch
Scarica i file di estensione IncogSwitch 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
Small extension to allow quick switching between normal and incognito modes. This was prompted from an existing extension I use being removed from the store so I made my own. If you have any problems or want features added, please contact me -> [email protected] Fixed in 1.2 ------------------ - Handling of Japanese characters
Informazioni di Base sull'Estensione
Nome | IncogSwitch |
ID | lmofebnkodbmemflnendlcpgfdbkgakd |
URL Ufficiale | https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd |
Descrizione | Quickly switch the current window between normal and incognito mode. |
Dimensione del File | 32.58 KB |
Conteggio Installazioni | 511 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-04-05 |
Data di Pubblicazione | 2018-04-05 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Jamie Redding |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/TormundTargers/IncogSwitch |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IncogSwitch", "description": "Quickly switch the current window between normal and incognito mode.", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon19.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |