Open Multiple URLs

Click the button, paste a few URLs. Easy

Open Multiple URLsとは何ですか?

Open Multiple URLsはmgriffithsによって開発されたChromeの拡張機能で、その主な機能は「Click the button, paste a few URLs. Easy」です。

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

screenshot

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

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

拡張機能の使用方法

                        Open multiple URLs by pasting them into a pop-up, separated by a new line.                    

拡張機能の基本情報

名前 Open Multiple URLs Open Multiple URLs
ID jdhbkpagniiaalpfemomikhcocblbhao
公式URL https://chrome.google.com/webstore/detail/open-multiple-urls/jdhbkpagniiaalpfemomikhcocblbhao
説明 Click the button, paste a few URLs. Easy
ファイルサイズ 125 KB
インストール数 946
現在のバージョン 0.0.1
最終更新日 2016-06-30
公開日 2016-06-30
評価 5.00/5 合計 1 レビュー
開発者 mgriffiths
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Multiple URLs",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Click the button, paste a few URLs.  Easy",
    "homepage_url": "http:\/\/mike-griffiths.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Open URLs",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ]
}