Open pop-up as tab
Forces Chrome to open new tabs instead of pop-up windows.
什么是Open pop-up as tab?
Open pop-up as tab是由sergiy.net开发的Chrome扩展程序,该扩展的主要功能是“Forces Chrome to open new tabs instead of pop-up windows.”。
扩展截图
下载Open pop-up as tab扩展crx文件
下载Open pop-up as tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | ahkigobklmfjfoddojojphffagkfakpc | 
| 官方URL | https://chromewebstore.google.com/detail/open-pop-up-as-tab/ahkigobklmfjfoddojojphffagkfakpc | 
| 简介 | Forces Chrome to open new tabs instead of pop-up windows. | 
| 文件大小 | 12.02 KB | 
| 安装次数 | 935 | 
| 当前版本 | 1.2.1 | 
| 更新时间 | 2023-11-22 | 
| 上架时间 | 2023-07-09 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | sergiy.net | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://popup-as-tab-extension.sergiy.net | 
| 隐私政策页面URL | https://popup-as-tab-extension.sergiy.net/privacy-policy-chrome | 
| 支持的语言 | 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": []
}  |  |