Link in Current Tab
Force all links to be opened in current tab instead of the new one
Link in Current Tab là gì?
Link in Current Tab là một tiện ích mở rộng Chrome được phát triển bởi SAGAN, và tính năng chính của nó là "Force all links to be opened in current tab instead of the new one".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Link in Current Tab
Tải xuống các tệp mở rộng Link in Current 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
This extension forces all links to be opened in the current tab. It does it in a way that should work in ALL websites, even if the sites that load contents dynamically via AJAX. Note You can still open a link in the new tab at any time, by clicking a link when holding the "Ctrl" key, or using the middle mouse button to open a link. 无视页面里 a 链接的 target="_blank" 属性, 强制所有链接在当前 tab 页打开.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Link in Current Tab |
ID | cbkcdebbfbegnmbephalggnchfebihbl |
URL Chính Thức | https://chromewebstore.google.com/detail/link-in-current-tab/cbkcdebbfbegnmbephalggnchfebihbl |
Mô tả | Force all links to be opened in current tab instead of the new one |
Kích Thước Tệp | 3.46 KB |
Số Lần Cài Đặt | 194 |
Phiên Bản Hiện Tại | 1.0.11 |
Cập Nhật Lần Cuối | 2023-12-21 |
Ngày Phát Hành | 2018-06-18 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | SAGAN |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sagan/chrome-extension-link-in-current-tab |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link in Current Tab", "description": "Force all links to be opened in current tab instead of the new one", "version": "1.0.11", "author": "Jacques De SAGAN", "manifest_version": 2, "permissions": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ] } |