Mass Tab Opener

This extension lets you copy and paste a list of URLs and open them all at once with the click of a button

Mass Tab Openerとは何ですか?

Mass Tab Openerはhttp://alanchavez.comによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you copy and paste a list of URLs and open them all at once with the click of a button」です。

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

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

拡張機能の使用方法

                        This extension lets you open paste a list of URLs into a text box and open them all at once.                    

拡張機能の基本情報

名前 Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
公式URL https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
説明 This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
ファイルサイズ 626 KB
インストール数 225
現在のバージョン 1.0.1
最終更新日 2014-02-07
公開日 2014-02-07
評価 4.40/5 合計 5 レビュー
開発者 http://alanchavez.com
支払い方法 free
拡張機能のウェブサイト http://alanchavez.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mass Tab Opener",
    "manifest_version": 2,
    "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/warning.png"
    ],
    "author": "Alan Chavez "
}