Bookmarked tabs to the front

Brings newly created tabs of bookmarked links to the foreground.

Apa itu Bookmarked tabs to the front?

Bookmarked tabs to the front adalah ekstensi Chrome yang dikembangkan oleh Wayne Davison, dan fitur utamanya adalah "Brings newly created tabs of bookmarked links to the foreground.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bookmarked tabs to the front

Unduh file ekstensi Bookmarked tabs to the front dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Bookmarked tabs to the front Bookmarked tabs to the front
ID mmllilpdpplbmjdjhlkagmimpgdflphb
URL Resmi https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb
Deskripsi Brings newly created tabs of bookmarked links to the foreground.
Ukuran File 26.55 KB
Jumlah Instalasi 1,419
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2021-06-07
Tanggal Publikasi 2020-01-05
Penilaian 4.45/5 Total 31 Penilaian
Pengembang Wayne Davison
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://opencoder.net/privacy
Bahasa yang Didukung 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"
}