Bookmarked tabs to the front

Brings newly created tabs of bookmarked links to the foreground.

¿Qué es Bookmarked tabs to the front?

Bookmarked tabs to the front es una extensión de Chrome desarrollada por Wayne Davison, y su función principal es "Brings newly created tabs of bookmarked links to the foreground.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Bookmarked tabs to the front

Descarga archivos de extensión Bookmarked tabs to the front en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Bookmarked tabs to the front Bookmarked tabs to the front
ID mmllilpdpplbmjdjhlkagmimpgdflphb
URL Oficial https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb
Descripción Brings newly created tabs of bookmarked links to the foreground.
Tamaño del Archivo 26.55 KB
Cantidad de Instalaciones 1,419
Versión Actual 1.1.2
Última Actualización 2021-06-07
Fecha de Publicación 2020-01-05
Calificación 4.45/5 Total de 31 Calificaciones
Desarrollador Wayne Davison
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://opencoder.net/privacy
Idiomas Soportados 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"
}