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.

Open link in same tab, pop-up as tab là gì?

Open link in same tab, pop-up as tab là một tiện ích mở rộng Chrome được phát triển bởi werty1st, và tính năng chính của nó là "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.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open link in same tab, pop-up as tab

Tải xuống các tệp mở rộng Open link in same tab, pop-up as tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Converts popups to tabs                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open link in same tab, pop-up as tab Open link in same tab, pop-up as tab
ID jbhbalpncehdfjnfcmmimecdhalmjjem
URL Chính Thức https://chromewebstore.google.com/detail/open-link-in-same-tab-pop/jbhbalpncehdfjnfcmmimecdhalmjjem
Mô tả 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.
Kích Thước Tệp 451 KB
Số Lần Cài Đặt 31,039
Phiên Bản Hiện Tại 3.1.2
Cập Nhật Lần Cuối 2020-05-07
Ngày Phát Hành 2020-05-07
Đánh Giá 4.17/5 Tổng số 12 Đánh Giá
Nhà Phát Triển werty1st
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/werty1st/popup2tab/blob/master/readme.md
URL Trang Trợ Giúp https://github.com/werty1st/popup2tab/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}