IncogSwitch
Quickly switch the current window between normal and incognito mode.
Vad är IncogSwitch?
IncogSwitch är en Chrome-tillägg utvecklad av Jamie Redding, och dess huvudfunktion är "Quickly switch the current window between normal and incognito mode.".
Tilläggsskärmbilder
Ladda ner IncogSwitch-förlängningens CRX-fil
Ladda ner IncogSwitch-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
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 Grundläggande Information om Tillägg
| Namn | |
| ID | lmofebnkodbmemflnendlcpgfdbkgakd |
| Officiell webbadress | https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd |
| Beskrivning | Quickly switch the current window between normal and incognito mode. |
| Filstorlek | 32.58 KB |
| Antal Installationer | 511 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2018-04-05 |
| Publiceringsdatum | 2018-04-05 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | Jamie Redding |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/TormundTargers/IncogSwitch |
| Stödda Språk | 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
}
} | |