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 "
}