Link Fixer
Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.
Co je Link Fixer?
Link Fixer je rozšíření Chrome vyvinuté danielnixon, a jeho hlavní funkcí je „Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Link Fixer
Stáhněte si soubory rozšíření Link Fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Link Fixer |
ID | mfgoieafikaldiglpkfgifoeigjcifmk |
Oficiální URL | https://chromewebstore.google.com/detail/link-fixer/mfgoieafikaldiglpkfgifoeigjcifmk |
Popis | Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links. |
Velikost souboru | 88.84 KB |
Počet instalací | 1,358 |
Aktuální Verze | 1.11 |
Poslední Aktualizace | 2019-07-07 |
Datum Vydání | 2019-07-06 |
Hodnocení | 4.50/5 Celkem 28 Hodnocení |
Vývojář | danielnixon |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/danielnixon/link-fixer |
URL Stránky Nápovědy | https://github.com/danielnixon/link-fixer/issues |
Podporované Jazyky | 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": [ " |