Single Window (open links in active window)

Do not allow popup windows. Open all links in the current window

Single Window (open links in active window)คืออะไร?

Single Window (open links in active window) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emano.waldeck และคุณลักษณะหลักของมันคือ "Do not allow popup windows. Open all links in the current window"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Single Window (open links in active window)

ดาวน์โหลดไฟล์ส่วนขยาย Single Window (open links in active window) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension prevents web pages from opening pop-up windows of any kind. When the extension is enabled, all newly opened windows will get directed to the active window (in the currently active window before this window gets opened). You can toggle the extension on and off from the toolbar button to enable the single-window mode or disable it. When the extension is enabled, all windows are forced to stay in the same active window. So if a website issues a popup window, instead the extension moves the newly created popup window into the active window and then focuses on this newly created window (same as dragging a tab from one window to another window). When the extension is disabled, popup opening is permitted. 

Usage Preview:
https://www.youtube.com/watch?v=6mFKwmlt6RU

Notes:
Even if the extension is enabled, the user can still open new windows using Ctrl + N or Command + N shortcuts. Also from the 3-dot -> New Window menu.
This extension does not intercept incognito (private) windows.
This extension does not intercept extension windows (extensions are still permitted to open. their popup windows).

Version Log:
0.1.3:
The new tab will get focused. Now you can use command-line tools to open in a new window and get your tab focused
0.2.0
Moves to manifest v3                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Single Window (open links in active window) Single Window (open links in active window)
ID pnbbookneacpggbngfmhfggennhigonh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/single-window-open-links/pnbbookneacpggbngfmhfggennhigonh
คำอธิบาย Do not allow popup windows. Open all links in the current window
ขนาดไฟล์ 49.73 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2021-07-07
วันที่เผยแพร่ 2018-10-31
คะแนน 4.09/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา emano.waldeck
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://add0n.com/single-window.html
URL หน้าช่วยเหลือ https://add0n.com/single-window.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0",
    "name": "Single Window (open links in active window)",
    "description": "Do not allow popup windows. Open all links in the current window",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/add0n.com\/single-window.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": []
}