Link Fixer
Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.
Link Fixer là gì?
Link Fixer là một tiện ích mở rộng Chrome được phát triển bởi danielnixon, và tính năng chính của nó là "Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.".
Ả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 Fixer
Tải xuống các tệp mở rộng Link Fixer 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
The default behaviour of ctrl+click, shift+click, cmd+click (on macOS) and middle-click when clicking on links is to open the link in a new tab or new window. This behaviour is sometimes broken by careless developers. This add-on restores the default behaviour, ensuring the modifier keys always cause links to open in a new tab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Link Fixer |
ID | mfgoieafikaldiglpkfgifoeigjcifmk |
URL Chính Thức | https://chromewebstore.google.com/detail/link-fixer/mfgoieafikaldiglpkfgifoeigjcifmk |
Mô tả | Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links. |
Kích Thước Tệp | 88.84 KB |
Số Lần Cài Đặt | 1,358 |
Phiên Bản Hiện Tại | 1.11 |
Cập Nhật Lần Cuối | 2019-07-07 |
Ngày Phát Hành | 2019-07-06 |
Đánh Giá | 4.50/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | danielnixon |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/danielnixon/link-fixer |
URL Trang Trợ Giúp | https://github.com/danielnixon/link-fixer/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Fixer", "description": "Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.", "version": "1.11", "homepage_url": "https:\/\/github.com\/danielnixon\/link-fixer", "icons": { "48": "icons\/link-48.png" }, "background": { "scripts": [ "background-script.js" ] }, "content_scripts": [ { "matches": [ " |