Incognito Refresher
Closes then reopens all incognito tabs
Vad är Incognito Refresher?
Incognito Refresher är en Chrome-tillägg utvecklad av Manny Morales, och dess huvudfunktion är "Closes then reopens all incognito tabs".
Tilläggsskärmbilder
Ladda ner Incognito Refresher-förlängningens CRX-fil
Ladda ner Incognito Refresher-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
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
Grundläggande Information om Tillägg
Namn | Incognito Refresher |
ID | fgklieeeadengbjobafaofepbgbfaeon |
Officiell webbadress | https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon |
Beskrivning | Closes then reopens all incognito tabs |
Filstorlek | 16.87 KB |
Antal Installationer | 219 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2019-09-18 |
Publiceringsdatum | 2019-09-17 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Manny Morales |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } } |