Incognito Refresher
Closes then reopens all incognito tabs
Co to jest Incognito Refresher?
Incognito Refresher to rozszerzenie Chrome opracowane przez Manny Morales, a jego główną funkcją jest „Closes then reopens all incognito tabs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Incognito Refresher
Pobierz pliki rozszerzeń Incognito Refresher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fgklieeeadengbjobafaofepbgbfaeon |
| Oficjalny URL | https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon |
| Opis | Closes then reopens all incognito tabs |
| Rozmiar pliku | 16.87 KB |
| Liczba instalacji | 219 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2019-09-18 |
| Data Publikacji | 2019-09-17 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Manny Morales |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
} | |