Batch Open Tabs

A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…

什么是Batch Open Tabs?

Batch Open Tabs是由Steven Tucci开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…”。

扩展截图

screenshot

下载Batch Open Tabs扩展crx文件

下载Batch Open Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A chrome extension to batch open a group of urls into multiple tabs.
Create a group of urls and click on the group url to open all of them in one shot.

Useful for when you open your browser and want to open all of your sites in one shot.                    

扩展基本信息

名称 Batch Open Tabs Batch Open Tabs
ID dhlpdmccgohghiggecndfompkibjiegf
官方URL https://chromewebstore.google.com/detail/batch-open-tabs/dhlpdmccgohghiggecndfompkibjiegf
简介 A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…
文件大小 46.82 KB
安装次数 160
当前版本 1.0
更新时间 2019-03-08
上架时间 2019-03-08
评分 5.00/5 共1次评分
开发者 Steven Tucci
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Batch Open Tabs",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}