Double Read

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

Cos'è Double Read?

Double Read è un'estensione di Chrome sviluppata da Andres Martin Jimenez (artistamultimedia.es), e la sua funzione principale è "This extension will allow you to read in two different columns, which act like independent pages.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Double Read

Scarica i file di estensione Double Read in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Double Read Double Read
ID kcacjknamjmflfkgibhnidhhddiaidao
URL Ufficiale https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao
Descrizione This extension will allow you to read in two different columns, which act like independent pages.
Dimensione del File 5.67 KB
Conteggio Installazioni 756
Versione Corrente 1.6
Ultimo Aggiornamento 2014-04-07
Data di Pubblicazione 2014-04-07
Valutazione 4.33/5 Totale 15 Valutazioni
Sviluppatore Andres Martin Jimenez (artistamultimedia.es)
Tipo di Pagamento free
Lingue Supportate 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"
    }
}