Bookmarked tabs to the front

Brings newly created tabs of bookmarked links to the foreground.

Cos'è Bookmarked tabs to the front?

Bookmarked tabs to the front è un'estensione di Chrome sviluppata da Wayne Davison, e la sua funzione principale è "Brings newly created tabs of bookmarked links to the foreground.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bookmarked tabs to the front

Scarica i file di estensione Bookmarked tabs to the front in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome Bookmarked tabs to the front Bookmarked tabs to the front
ID mmllilpdpplbmjdjhlkagmimpgdflphb
URL Ufficiale https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb
Descrizione Brings newly created tabs of bookmarked links to the foreground.
Dimensione del File 26.55 KB
Conteggio Installazioni 1,419
Versione Corrente 1.1.2
Ultimo Aggiornamento 2021-06-07
Data di Pubblicazione 2020-01-05
Valutazione 4.45/5 Totale 31 Valutazioni
Sviluppatore Wayne Davison
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://opencoder.net/privacy
Lingue Supportate 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"
}