OpenTabs - Open many tabs in 1 click

A simple tool to open multiple tabs in single click. Useful to work with too many websites at a time

什么是OpenTabs - Open many tabs in 1 click?

OpenTabs - Open many tabs in 1 click是由Kamoor开发的Chrome扩展程序,该扩展的主要功能是“A simple tool to open multiple tabs in single click. Useful to work with too many websites at a time”。

扩展截图

screenshot

下载OpenTabs - Open many tabs in 1 click扩展crx文件

下载OpenTabs - Open many tabs in 1 click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple tool to open multiple websites in one click. This extension will be useful to quickly open frequently open websites or testing multiple websites at a time. You can save and open all of them in one single click.

Features:
=====
* Save frequently used website addresses.
* Select the website address(es) you want to open and click on open.                    

扩展基本信息

名称 OpenTabs - Open many tabs in 1 click OpenTabs - Open many tabs in 1 click
ID poglocjfapnengmednlkjeakmdialopa
官方URL https://chrome.google.com/webstore/detail/opentabs-open-many-tabs-i/poglocjfapnengmednlkjeakmdialopa
简介 A simple tool to open multiple tabs in single click. Useful to work with too many websites at a time
文件大小 15.26 KB
安装次数 341
当前版本 1.0.2
更新时间 2015-02-24
上架时间 2015-02-24
评分 3.50/5 共2次评分
开发者 Kamoor
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenTabs - Open many tabs in 1 click",
    "short_name": "OpenTabs",
    "description": "A simple tool to open multiple tabs in single click. Useful to work with too many websites at a time",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon-large.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}