Multi-links

Open multiple links at once.

Multi-linksとは何ですか?

Multi-linksはhanyoudによって開発されたChromeの拡張機能で、その主な機能は「Open multiple links at once.」です。

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

screenshot

Multi-links拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A useful extension to open multiple links at once.

Links (separated by newlines) contain valid URLs will be opened in new tabs, with the invalid data being ignored.

1). Customize maximum number of links will be opened at once;
2). Customize interval time between opening two links.

Source code: https://code.google.com/p/multi-links/                    

拡張機能の基本情報

名前 Multi-links Multi-links
ID gflgnmgilmokfhbckilljalhemjjeldl
公式URL https://chromewebstore.google.com/detail/multi-links/gflgnmgilmokfhbckilljalhemjjeldl
説明 Open multiple links at once.
ファイルサイズ 8.71 KB
インストール数 11,227
現在のバージョン 1.2.3
最終更新日 2013-12-31
公開日 2013-12-31
評価 4.56/5 合計 18 レビュー
開発者 hanyoud
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi-links",
    "short_name": "Multi-links",
    "description": "Open multiple links at once.",
    "version": "1.2.3",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}