Link Fixer
Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.
What is Link Fixer?
Link Fixer is a Chrome extension developed by danielnixon, and its main feature is "Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.".
Extension Screenshots
Download Link Fixer Extension CRX File
Download Link Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Link Fixer |
ID | mfgoieafikaldiglpkfgifoeigjcifmk |
Official URL | https://chromewebstore.google.com/detail/link-fixer/mfgoieafikaldiglpkfgifoeigjcifmk |
Description | Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links. |
File Size | 88.84 KB |
Installation Count | 1,358 |
Current Version | 1.11 |
Last Updated | 2019-07-07 |
Publish Date | 2019-07-06 |
Rating | 4.50/5 Total 28 Ratings |
Developer | danielnixon |
Payment Type | free |
Extension Website | https://github.com/danielnixon/link-fixer |
Help Page URL | https://github.com/danielnixon/link-fixer/issues |
Supported Languages | 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": [ " |