Open pop-up as tab

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

Qu'est-ce que Open pop-up as tab ?

Open pop-up as tab est une extension Chrome développée par sergiy.net, et sa fonction principale est "Forces Chrome to open new tabs instead of pop-up windows.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open pop-up as tab

Téléchargez les fichiers d'extension Open pop-up as tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Open pop-up as tab Open pop-up as tab
ID ahkigobklmfjfoddojojphffagkfakpc
URL Officiel https://chromewebstore.google.com/detail/open-pop-up-as-tab/ahkigobklmfjfoddojojphffagkfakpc
Description Forces Chrome to open new tabs instead of pop-up windows.
Taille du Fichier 12.02 KB
Nombre d'Installations 935
Version Actuelle 1.2.1
Dernière Mise à Jour 2023-11-22
Date de Publication 2023-07-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur sergiy.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://popup-as-tab-extension.sergiy.net
URL de la Page de Politique de Confidentialité https://popup-as-tab-extension.sergiy.net/privacy-policy-chrome
Langues Prises en Charge 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": []
}