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 | 
| 官方網址 | 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": []
}  |  |