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
公式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
Eメール [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"
}