IncogSwitch
Quickly switch the current window between normal and incognito mode.
Wat is IncogSwitch?
IncogSwitch is een Chrome-extensie ontwikkeld door Jamie Redding, en de belangrijkste functie is "Quickly switch the current window between normal and incognito mode.".
Extensie Screenshots
Download het CRX-bestand van de extensie IncogSwitch
Download IncogSwitch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | IncogSwitch |
ID | lmofebnkodbmemflnendlcpgfdbkgakd |
Officiële URL | https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd |
Beschrijving | Quickly switch the current window between normal and incognito mode. |
Bestandsgrootte | 32.58 KB |
Aantal Installaties | 511 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-04-05 |
Publicatiedatum | 2018-04-05 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Jamie Redding |
Betalingswijze | free |
Extensiewebsite | https://github.com/TormundTargers/IncogSwitch |
Ondersteunde Talen | 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 } } |