Incognito Refresher
Closes then reopens all incognito tabs
Wat is Incognito Refresher?
Incognito Refresher is een Chrome-extensie ontwikkeld door Manny Morales, en de belangrijkste functie is "Closes then reopens all incognito tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Incognito Refresher
Download Incognito Refresher-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
Closes all incognito tabs/windows then re-opens them. Useful for renewing an incognito session without losing your tabs and windows. Required: "Allow In Incognito" found in the Extension's "Details" Source: https://github.com/Heyotetsuo/refresh-private-tabs 1.0 - Initial Release 1.0.1 - Fixed typos
Basisinformatie over de Extensie
Naam | Incognito Refresher |
ID | fgklieeeadengbjobafaofepbgbfaeon |
Officiële URL | https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon |
Beschrijving | Closes then reopens all incognito tabs |
Bestandsgrootte | 16.87 KB |
Aantal Installaties | 219 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-09-18 |
Publicatiedatum | 2019-09-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Manny Morales |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "name": "Incognito Refresher", "description": "Closes then reopens all incognito tabs", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "scripts\/content.js" ] } } |