Bookmarked tabs to the front

Brings newly created tabs of bookmarked links to the foreground.

Τι είναι το Bookmarked tabs to the front;

Το Bookmarked tabs to the front είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wayne Davison, και η κύρια λειτουργία του είναι "Brings newly created tabs of bookmarked links to the foreground.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bookmarked tabs to the front

Λήψη αρχείων επέκτασης Bookmarked tabs to the front σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Bookmarked tabs to the front Bookmarked tabs to the front
ID mmllilpdpplbmjdjhlkagmimpgdflphb
Επίσημο URL https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb
Περιγραφή Brings newly created tabs of bookmarked links to the foreground.
Μέγεθος Αρχείου 26.55 KB
Αριθμός Εγκαταστάσεων 1,419
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2021-06-07
Ημερομηνία Δημοσίευσης 2020-01-05
Αξιολόγηση 4.45/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής Wayne Davison
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://opencoder.net/privacy
Υποστηριζόμενες Γλώσσες 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"
}