Multiple Tab Opener

Open multiple URLs on one click.

Multiple Tab Openerとは何ですか?

Multiple Tab OpenerはJun Ishibashiによって開発されたChromeの拡張機能で、その主な機能は「Open multiple URLs on one click.」です。

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

screenshot

Multiple Tab Opener拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        USAGE:
    Name the macro and add URLs, save and add it to the macro list then you are ready to open multiple URLs on one click.

FEATURES:
    Add a macro.
    Edit a macro.
    Delete a macro.
    Open multiple URLs at once.

REASON:
    When I was studying Law in English for some reasons, I needed to confirm words why those are appropriate and precise.
Therefore I created this to open multiple dictionary sites on one click.                    

拡張機能の基本情報

名前 Multiple Tab Opener Multiple Tab Opener
ID ebhcpmhpgldaimdjnngbfnbfepbljafi
公式URL https://chromewebstore.google.com/detail/multiple-tab-opener/ebhcpmhpgldaimdjnngbfnbfepbljafi
説明 Open multiple URLs on one click.
ファイルサイズ 599 KB
インストール数 2,073
現在のバージョン 2.0.0
最終更新日 2022-08-29
公開日 2020-02-12
評価 4.00/5 合計 6 レビュー
開発者 Jun Ishibashi
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Multiple Tab Opener",
    "description": "Open multiple URLs on one click.",
    "version": "2.0.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}