Lock focus to pinned tab

固定されたタブからフォーカスが移動しないようにします。

What is Lock focus to pinned tab?

Lock focus to pinned tab is a Chrome extension developed by https://www.maruju.org, and its main feature is "固定されたタブからフォーカスが移動しないようにします。".

Download Lock focus to pinned tab Extension CRX File

Download Lock focus to pinned tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        固定されたタブを表示中に新しいタブが開かれても、フォーカスが移動しなくなります。
(手動でのタブ選択には影響を与えません)

バックグラウンドで開かれたタブは手動でフォーカスするまで自動でミュートされます。

例えば動画サイトを固定しておくことで、他のアプリからURLを開いた場合でもそのまま動画視聴を継続できます。                    

Extension Basic Information

Name Lock focus to pinned tab Lock focus to pinned tab
ID bdjhjdaahnemabioecgbcngdocccjhhd
Official URL https://chromewebstore.google.com/detail/lock-focus-to-pinned-tab/bdjhjdaahnemabioecgbcngdocccjhhd
Description 固定されたタブからフォーカスが移動しないようにします。
File Size 3.55 KB
Installation Count 27
Current Version 0.3
Last Updated 2018-03-18
Publish Date 2018-03-18
Rating 5.00/5 Total 1 Ratings
Developer https://www.maruju.org
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lock focus to pinned tab",
    "description": "\u56fa\u5b9a\u3055\u308c\u305f\u30bf\u30d6\u304b\u3089\u30d5\u30a9\u30fc\u30ab\u30b9\u304c\u79fb\u52d5\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u307e\u3059\u3002",
    "version": "0.3",
    "background": {
        "persistent": true,
        "scripts": [
            "event.js"
        ]
    }
}