Divvi

Browse multiple sites at the same time with divvi!

Co to jest Divvi?

Divvi to rozszerzenie Chrome opracowane przez littlen4, a jego główną funkcją jest „Browse multiple sites at the same time with divvi!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Divvi

Pobierz pliki rozszerzeń Divvi w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Divvi Divvi
ID ajmipnammoecdbcnlgghcccpbkfgaedo
Oficjalny URL https://chrome.google.com/webstore/detail/divvi/ajmipnammoecdbcnlgghcccpbkfgaedo
Opis Browse multiple sites at the same time with divvi!
Rozmiar pliku 11.4 KB
Liczba instalacji 14
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-09-05
Data Publikacji 2015-07-01
Deweloper littlen4
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}