Open pop-up as tab

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

What is Open pop-up as tab?

Open pop-up as tab is a Chrome extension developed by sergiy.net, and its main feature is "Forces Chrome to open new tabs instead of pop-up windows.".

Extension Screenshots

screenshot

Download Open pop-up as tab Extension CRX File

Download Open pop-up as tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Open pop-up as tab Open pop-up as tab
ID ahkigobklmfjfoddojojphffagkfakpc
Official URL https://chromewebstore.google.com/detail/open-pop-up-as-tab/ahkigobklmfjfoddojojphffagkfakpc
Description Forces Chrome to open new tabs instead of pop-up windows.
File Size 12.02 KB
Installation Count 935
Current Version 1.2.1
Last Updated 2023-11-22
Publish Date 2023-07-09
Rating 5.00/5 Total 2 Ratings
Developer sergiy.net
Email [email protected]
Payment Type free
Extension Website https://popup-as-tab-extension.sergiy.net
Privacy Policy Page URL https://popup-as-tab-extension.sergiy.net/privacy-policy-chrome
Supported Languages 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": []
}