Link Fixer
Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.
Co to jest Link Fixer?
Link Fixer to rozszerzenie Chrome opracowane przez danielnixon, a jego główną funkcją jest „Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Link Fixer
Pobierz pliki rozszerzeń Link Fixer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Link Fixer |
ID | mfgoieafikaldiglpkfgifoeigjcifmk |
Oficjalny URL | https://chromewebstore.google.com/detail/link-fixer/mfgoieafikaldiglpkfgifoeigjcifmk |
Opis | Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links. |
Rozmiar pliku | 88.84 KB |
Liczba instalacji | 1,358 |
Aktualna Wersja | 1.11 |
Ostatnia Aktualizacja | 2019-07-07 |
Data Publikacji | 2019-07-06 |
Ocena | 4.50/5 Łącznie 28 Oceny |
Deweloper | danielnixon |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/danielnixon/link-fixer |
Adres URL Strony Pomocy | https://github.com/danielnixon/link-fixer/issues |
Obsługiwane Języki | 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": [ " |