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
官方網址 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 "
}