Double Read

This extension will allow you to read in two different columns, which act like independent pages.

Co to jest Double Read?

Double Read to rozszerzenie Chrome opracowane przez Andres Martin Jimenez (artistamultimedia.es), a jego główną funkcją jest „This extension will allow you to read in two different columns, which act like independent pages.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Double Read

Pobierz pliki rozszerzeń Double Read 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

                        A Chrome extension that will allow you to read websites on two columns (which act like independent pages).
IMPORTANT: There's a limitation, websites which don't allow external origin scripts won't load.

What's new 1.6:
- Now it stops when there's no more to show
- Updates scroll on resize
- You can scroll from both sides

What's new 1.3:
- Error message when iframe not possible
- Now when you click on a link the other column/frame also updates. 
- New icon                    

Podstawowe informacje o rozszerzeniu

Nazwa Double Read Double Read
ID kcacjknamjmflfkgibhnidhhddiaidao
Oficjalny URL https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao
Opis This extension will allow you to read in two different columns, which act like independent pages.
Rozmiar pliku 5.67 KB
Liczba instalacji 756
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2014-04-07
Data Publikacji 2014-04-07
Ocena 4.33/5 Łącznie 15 Oceny
Deweloper Andres Martin Jimenez (artistamultimedia.es)
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Double Read",
    "version": "1.6",
    "description": "This extension will allow you to read in two different columns, which act like independent pages.",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "doubleread.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}