Linkout

Select several links at once for opening in tabs

Linkoutとは何ですか?

LinkoutはJonathan Webbによって開発されたChromeの拡張機能で、その主な機能は「Select several links at once for opening in tabs」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Linkout will let you automatically open multiple links on a page as new Chrome tabs. Click the icon, and select the links you want to open. You can filter the list with a search string.                    

拡張機能の基本情報

名前 Linkout Linkout
ID chbbpcapjfcgnpinhblfdeenkpmccmbf
公式URL https://chromewebstore.google.com/detail/linkout/chbbpcapjfcgnpinhblfdeenkpmccmbf
説明 Select several links at once for opening in tabs
ファイルサイズ 7.1 KB
インストール数 146
現在のバージョン 1.0
最終更新日 2012-12-03
公開日 2012-12-02
評価 4.67/5 合計 3 レビュー
開発者 Jonathan Webb
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkout",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "16.0.884",
    "description": "Select several links at once for opening in tabs",
    "browser_action": {
        "default_title": "Open links on this page",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}