Bookmarked tabs to the front

Brings newly created tabs of bookmarked links to the foreground.

Co to jest Bookmarked tabs to the front?

Bookmarked tabs to the front to rozszerzenie Chrome opracowane przez Wayne Davison, a jego główną funkcją jest „Brings newly created tabs of bookmarked links to the foreground.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bookmarked tabs to the front

Pobierz pliki rozszerzeń Bookmarked tabs to the front 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

                        Middle-clicking (or Ctrl-clicking) a bookmark link will open a new tab in the foreground.  A middle-click of an unbookmarked link will open in the background.

This affects any new tab for a link that you have bookmarked, not just when clicking in your bookmarks.

Updates:

1.1.2: A minor tweak and a policy update.
1.1.1: Fixed to work in Chrome 79 (which moved the URL string).                    

Podstawowe informacje o rozszerzeniu

Nazwa Bookmarked tabs to the front Bookmarked tabs to the front
ID mmllilpdpplbmjdjhlkagmimpgdflphb
Oficjalny URL https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb
Opis Brings newly created tabs of bookmarked links to the foreground.
Rozmiar pliku 26.55 KB
Liczba instalacji 1,419
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2021-06-07
Data Publikacji 2020-01-05
Ocena 4.45/5 Łącznie 31 Oceny
Deweloper Wayne Davison
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://opencoder.net/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Brings newly created tabs of bookmarked links to the foreground.",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Bookmarked tabs to the front",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "version": "1.1.2"
}