Open link in this tab

Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.

Open link in this tab là gì?

Open link in this tab là một tiện ích mở rộng Chrome được phát triển bởi https://wis.am, và tính năng chính của nó là "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current 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 this tab

Tải xuống các tệp mở rộng Open link in this 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

                        Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.                    

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

Tên Open link in this tab Open link in this tab
ID mgekbifamjphaakikmkphlpnlodeacnp
URL Chính Thức https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp
Mô tả Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
Kích Thước Tệp 11.94 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-08-24
Ngày Phát Hành 2021-08-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://wis.am
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wis.am/browser-extensions/open-link-in-this-tab
URL Trang Trợ Giúp https://wis.am/browser-extensions/open-link-in-this-tab
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open link in this tab",
    "author": "Wis [email protected]",
    "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab",
    "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/link16x16.png",
        "32": "icons\/link32x32.png",
        "48": "icons\/link48x48.png",
        "128": "icons\/link128x128.png"
    }
}