Opens external links in a new tab
Opens external links in a new tab
Co to jest Opens external links in a new tab?
Opens external links in a new tab to rozszerzenie Chrome opracowane przez Celtis Ltd, a jego główną funkcją jest „Opens external links in a new tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Opens external links in a new tab
Pobierz pliki rozszerzeń Opens external links in a new tab 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
This small extension converts all external links to be opened in a new tab. This simple, but useful functionality was inspired by some famous collaboration web sites where by default external links are opened in the same window and it cannot be changed.
Podstawowe informacje o rozszerzeniu
Nazwa | Opens external links in a new tab |
ID | dmcplcjakmobkeanofhphpjecbpjicka |
Oficjalny URL | https://chromewebstore.google.com/detail/opens-external-links-in-a/dmcplcjakmobkeanofhphpjecbpjicka |
Opis | Opens external links in a new tab |
Rozmiar pliku | 28.99 KB |
Liczba instalacji | 1,145 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-08-21 |
Data Publikacji | 2015-08-21 |
Ocena | 2.67/5 Łącznie 12 Oceny |
Deweloper | Celtis Ltd |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Opens external links in a new tab", "version": "1.0", "manifest_version": 2, "description": "Opens external links in a new tab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/targetFixer.js" ] } ] } |