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是由Wayne Davison開發的Chrome擴展程式,該擴展的主要功能是“Brings newly created tabs of bookmarked links to the foreground.”。

擴展截圖

screenshot

下載Bookmarked tabs to the front擴展crx文件

下載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
官方網址 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"
}