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
官方網址 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",
        ""
    ]
}