Divvi

Browse multiple sites at the same time with divvi!

什么是Divvi?

Divvi是由littlen4开发的Chrome扩展程序,该扩展的主要功能是“Browse multiple sites at the same time with divvi!”。

扩展截图

screenshot
screenshot

下载Divvi扩展crx文件

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

扩展使用说明

                        Divvi lets anyone browse multiple webpages at the same time. Simply click the plus to add a page and make research, work, and play a whole lot easier.                    

扩展基本信息

名称 Divvi Divvi
ID ajmipnammoecdbcnlgghcccpbkfgaedo
官方URL https://chrome.google.com/webstore/detail/divvi/ajmipnammoecdbcnlgghcccpbkfgaedo
简介 Browse multiple sites at the same time with divvi!
文件大小 11.4 KB
安装次数 14
当前版本 1.0
更新时间 2015-09-05
上架时间 2015-07-01
开发者 littlen4
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "Direction_Horz.png"
    },
    "name": "Divvi",
    "description": "Browse multiple sites at the same time with divvi!",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}