Bookmarked tabs to the front

Brings newly created tabs of bookmarked links to the foreground.

Qu'est-ce que Bookmarked tabs to the front ?

Bookmarked tabs to the front est une extension Chrome développée par Wayne Davison, et sa fonction principale est "Brings newly created tabs of bookmarked links to the foreground.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bookmarked tabs to the front

Téléchargez les fichiers d'extension Bookmarked tabs to the front au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bookmarked tabs to the front Bookmarked tabs to the front
ID mmllilpdpplbmjdjhlkagmimpgdflphb
URL Officiel https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb
Description Brings newly created tabs of bookmarked links to the foreground.
Taille du Fichier 26.55 KB
Nombre d'Installations 1,419
Version Actuelle 1.1.2
Dernière Mise à Jour 2021-06-07
Date de Publication 2020-01-05
Évaluation 4.45/5 Total 31 Évaluations
Développeur Wayne Davison
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://opencoder.net/privacy
Langues Prises en Charge 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"
}