Open tab in incognito
This extension will open the current tab in incogntio mode
Co to jest Open tab in incognito?
Open tab in incognito to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension will open the current tab in incogntio mode”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open tab in incognito
Pobierz pliki rozszerzeń Open tab in incognito 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
This extension will open the current tab in incogntio mode This tool will help anyone from standard users to developers. Ever run out of article limits? Open in a incognito window! Ever had issues with caching? Open in a incognito window! Ever started some secret shopping and wanted to open the item quickly and without anyone knowing? Open in a incognito window!
Podstawowe informacje o rozszerzeniu
Nazwa | Open tab in incognito |
ID | jphadcnfmefilmapphdlailkfdmdlllc |
Oficjalny URL | https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc |
Opis | This extension will open the current tab in incogntio mode |
Rozmiar pliku | 6 KB |
Liczba instalacji | 55 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-05-02 |
Data Publikacji | 2020-05-02 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open tab in incognito", "description": "This extension will open the current tab in incogntio mode", "version": "1.0", "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs" ] } |