Divvi

Browse multiple sites at the same time with divvi!

What is Divvi?

Divvi is a Chrome extension developed by littlen4, and its main feature is "Browse multiple sites at the same time with divvi!".

Extension Screenshots

screenshot
screenshot

Download Divvi Extension CRX File

Download Divvi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Divvi Divvi
ID ajmipnammoecdbcnlgghcccpbkfgaedo
Official URL https://chrome.google.com/webstore/detail/divvi/ajmipnammoecdbcnlgghcccpbkfgaedo
Description Browse multiple sites at the same time with divvi!
File Size 11.4 KB
Installation Count 14
Current Version 1.0
Last Updated 2015-09-05
Publish Date 2015-07-01
Developer littlen4
Payment Type free
Supported Languages 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",
        ""
    ]
}