Open Links in New Tab

Ensures all links open in a new tab.

Open Links in New Tabとは何ですか?

Open Links in New Tabはsassnathanによって開発されたChromeの拡張機能で、その主な機能は「Ensures all links open in a new tab.」です。

拡張機能のスクリーンショット

screenshot

Open Links in New Tab拡張機能のCRXファイルをダウンロード

Open Links in New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Why Use Open Links in New Tab?

Navigating the web can involve clicking through a myriad of links. Open Links in New Tab simplifies your browsing experience by automatically opening all links in new tabs. No more right-clicking or using keyboard shortcuts; let this extension do the work for you!

Features:

🌐 Universal Compatibility: Works on all websites.
🛠️ Simple Interface: Just one checkbox to enable or disable the feature.
🟢 Status Indicator: A badge on the extension icon shows whether the feature is currently ON or OFF.
How to Use:

Install the Extension: Add it to Chrome from the Chrome Web Store.
Click the Icon: Find the extension icon in your toolbar and click it.
Enable or Disable: Use the popup checkbox to turn the feature ON or OFF.                    

拡張機能の基本情報

名前 Open Links in New Tab Open Links in New Tab
ID facnjbdmmbddmojfmpfknnkihjcikgon
公式URL https://chromewebstore.google.com/detail/open-links-in-new-tab/facnjbdmmbddmojfmpfknnkihjcikgon
説明 Ensures all links open in a new tab.
ファイルサイズ 5.34 KB
インストール数 107
現在のバージョン 1.0
最終更新日 2023-08-29
公開日 2023-08-28
評価 2.33/5 合計 3 レビュー
開発者 sassnathan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Nathan-S19/OpenLinksInNewTab-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Open Links in New Tab",
    "version": "1.0",
    "description": "Ensures all links open in a new tab.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}