Open link in same tab, pop-up as tab

Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.

Wat is Open link in same tab, pop-up as tab?

Open link in same tab, pop-up as tab is een Chrome-extensie ontwikkeld door werty1st, en de belangrijkste functie is "Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open link in same tab, pop-up as tab

Download Open link in same tab, 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

                        Converts popups to tabs                    

Basisinformatie over de Extensie

Naam Open link in same tab, pop-up as tab Open link in same tab, pop-up as tab
ID jbhbalpncehdfjnfcmmimecdhalmjjem
Officiële URL https://chromewebstore.google.com/detail/open-link-in-same-tab-pop/jbhbalpncehdfjnfcmmimecdhalmjjem
Beschrijving Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.
Bestandsgrootte 451 KB
Aantal Installaties 31,039
Huidige Versie 3.1.2
Laatst Bijgewerkt 2020-05-07
Publicatiedatum 2020-05-07
Beoordeling 4.17/5 Totaal 12 Beoordelingen
Ontwikkelaar werty1st
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/werty1st/popup2tab/blob/master/readme.md
Help Pagina-URL https://github.com/werty1st/popup2tab/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open link in same tab, pop-up as tab",
    "short_name": "popup2tab",
    "description": "Forces Chrome to open new tabs instead of pop-up windows and\/or links in the same tab by default instead of new or background tab.",
    "version": "3.1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "256": "images\/icon256.png",
        "128": "images\/icon128.png",
        "96": "images\/icon96.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "style\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Open link in same tab, pop-up as tab [Free]"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}