Open pop-up as tab
Forces Chrome to open new tabs instead of pop-up windows.
Wat is Open pop-up as tab?
Open pop-up as tab is een Chrome-extensie ontwikkeld door sergiy.net, en de belangrijkste functie is "Forces Chrome to open new tabs instead of pop-up windows.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open pop-up as tab
Download Open pop-up as tab-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
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.
Basisinformatie over de Extensie
Naam | Open pop-up as tab |
ID | ahkigobklmfjfoddojojphffagkfakpc |
Officiële URL | https://chromewebstore.google.com/detail/open-pop-up-as-tab/ahkigobklmfjfoddojojphffagkfakpc |
Beschrijving | Forces Chrome to open new tabs instead of pop-up windows. |
Bestandsgrootte | 12.02 KB |
Aantal Installaties | 935 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2023-11-22 |
Publicatiedatum | 2023-07-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | sergiy.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://popup-as-tab-extension.sergiy.net |
URL van de Privacybeleid Pagina | https://popup-as-tab-extension.sergiy.net/privacy-policy-chrome |
Ondersteunde Talen | 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": [] } |