Multi Site Explorer

This extension allows you to open pre-selected websites in multiple tabs

什么是Multi Site Explorer?

Multi Site Explorer是由Graham Byers开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to open pre-selected websites in multiple tabs”。

扩展截图

screenshot

下载Multi Site Explorer扩展crx文件

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

扩展使用说明

                        This small Chrom Extension enables the user to open multiple pre-selected websites with a single click.

Just load the urls of your choice into the text box and click submist.

The extension will save your urls for the next time you open up Chrome                    

扩展基本信息

名称 Multi Site Explorer Multi Site Explorer
ID ieehamokbbhjndndnjnbbgpajmemlkmg
官方URL https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg
简介 This extension allows you to open pre-selected websites in multiple tabs
文件大小 4.89 KB
安装次数 37
当前版本 1.0
更新时间 2016-01-25
上架时间 2016-01-25
开发者 Graham Byers
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi Site Explorer",
    "description": "This extension allows you to open  pre-selected websites in multiple tabs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}