Open pop-up as tab

Forces Chrome to open new tabs instead of pop-up windows.

Cos'è Open pop-up as tab?

Open pop-up as tab è un'estensione di Chrome sviluppata da sergiy.net, e la sua funzione principale è "Forces Chrome to open new tabs instead of pop-up windows.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open pop-up as tab

Scarica i file di estensione Open pop-up as tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Open pop-up as tab Open pop-up as tab
ID ahkigobklmfjfoddojojphffagkfakpc
URL Ufficiale https://chromewebstore.google.com/detail/open-pop-up-as-tab/ahkigobklmfjfoddojojphffagkfakpc
Descrizione Forces Chrome to open new tabs instead of pop-up windows.
Dimensione del File 12.02 KB
Conteggio Installazioni 935
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-11-22
Data di Pubblicazione 2023-07-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore sergiy.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://popup-as-tab-extension.sergiy.net
URL della Pagina della Politica sulla Privacy https://popup-as-tab-extension.sergiy.net/privacy-policy-chrome
Lingue Supportate 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": []
}