Open pop-up as tab
Forces Chrome to open new tabs instead of pop-up windows.
Co to jest Open pop-up as tab?
Open pop-up as tab to rozszerzenie Chrome opracowane przez sergiy.net, a jego główną funkcją jest „Forces Chrome to open new tabs instead of pop-up windows.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open pop-up as tab
Pobierz pliki rozszerzeń Open pop-up as tab 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 simple extension forces Chrome to open new tabs instead of new windows. If the extension stops working randomly, try disabling "Energy Saver" under Chrome Settings > Performance > Power.
Podstawowe informacje o rozszerzeniu
Nazwa | Open pop-up as tab |
ID | ahkigobklmfjfoddojojphffagkfakpc |
Oficjalny URL | https://chromewebstore.google.com/detail/open-pop-up-as-tab/ahkigobklmfjfoddojojphffagkfakpc |
Opis | Forces Chrome to open new tabs instead of pop-up windows. |
Rozmiar pliku | 12.02 KB |
Liczba instalacji | 935 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2023-11-22 |
Data Publikacji | 2023-07-09 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | sergiy.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://popup-as-tab-extension.sergiy.net |
Adres URL Strony Polityki Prywatności | https://popup-as-tab-extension.sergiy.net/privacy-policy-chrome |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "sergiy.net", "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Open link in same tab, pop-up as tab" }, "description": "Forces Chrome to open new tabs instead of pop-up windows.", "icons": { "128": "icon128.png" }, "manifest_version": 3, "name": "Open pop-up as tab", "short_name": "Popup-As-Tab", "permissions": [ "tabs", "storage" ], "version": "1.2.1", "content_security_policy": [] } |