Open Tabs In Foreground
Open Tabs In Foreground
Open Tabs In Foregroundとは何ですか?
Open Tabs In ForegroundはSebastian Blaskによって開発されたChromeの拡張機能で、その主な機能は「Open Tabs In Foreground」です。
拡張機能のスクリーンショット
Open Tabs In Foreground拡張機能のCRXファイルをダウンロード
Open Tabs In Foreground拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open Tabs In Foreground ======================= Clicking a link using the left mouse button while having Ctrl pressed opens it in a background tab by default. The same when using the middle mouse button. This extension opens these tabs in the foreground instead. Tabs are only opened in the background when having Shift pressed while clicking. You won't need this extension in Firefox as it has a setting for this called `When you open a link in a new tab, switch to it immediately`, but in Chrome there is no way to achieve this otherwise. Feedback -------- You can report bugs or make feature requests on https://github.com/sblask/webextension-open-tabs-in-foreground Patches are welcome.
拡張機能の基本情報
名前 | Open Tabs In Foreground |
ID | bmnanfhdjbcilhippcdfbhfpfoipgjgm |
公式URL | https://chromewebstore.google.com/detail/open-tabs-in-foreground/bmnanfhdjbcilhippcdfbhfpfoipgjgm |
説明 | Open Tabs In Foreground |
ファイルサイズ | 41 KB |
インストール数 | 576 |
現在のバージョン | 1.0.5 |
最終更新日 | 2023-03-25 |
公開日 | 2017-10-10 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | Sebastian Blask |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/sblask/webextension-open-tabs-in-foreground |
ヘルプページのURL | https://github.com/sblask/webextension-open-tabs-in-foreground |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sebastian Blask", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Open Tabs In Foreground", "homepage_url": "https:\/\/github.com\/sblask\/webextension-open-tabs-in-foreground", "icons": { "128": "icon-128x128.png", "16": "icon-16x16.png", "32": "icon-32x32.png", "48": "icon-48x48.png", "64": "icon-64x64.png" }, "manifest_version": 2, "name": "Open Tabs In Foreground", "permissions": [ " |