Link Fixer
Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.
什么是Link Fixer?
Link Fixer是由danielnixon开发的Chrome扩展程序,该扩展的主要功能是“Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.”。
扩展截图
下载Link Fixer扩展crx文件
下载Link Fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Link Fixer |
ID | mfgoieafikaldiglpkfgifoeigjcifmk |
官方URL | https://chromewebstore.google.com/detail/link-fixer/mfgoieafikaldiglpkfgifoeigjcifmk |
简介 | Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links. |
文件大小 | 88.84 KB |
安装次数 | 1,358 |
当前版本 | 1.11 |
更新时间 | 2019-07-07 |
上架时间 | 2019-07-06 |
评分 | 4.50/5 共28次评分 |
开发者 | danielnixon |
付费类型 | free |
扩展官网 | https://github.com/danielnixon/link-fixer |
帮助页面URL | https://github.com/danielnixon/link-fixer/issues |
支持的语言 | 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": [ " |