Double Read

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

Wat is Double Read?

Double Read is een Chrome-extensie ontwikkeld door Andres Martin Jimenez (artistamultimedia.es), en de belangrijkste functie is "This extension will allow you to read in two different columns, which act like independent pages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Double Read

Download Double Read-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Double Read Double Read
ID kcacjknamjmflfkgibhnidhhddiaidao
Officiële URL https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao
Beschrijving This extension will allow you to read in two different columns, which act like independent pages.
Bestandsgrootte 5.67 KB
Aantal Installaties 756
Huidige Versie 1.6
Laatst Bijgewerkt 2014-04-07
Publicatiedatum 2014-04-07
Beoordeling 4.33/5 Totaal 15 Beoordelingen
Ontwikkelaar Andres Martin Jimenez (artistamultimedia.es)
Betalingswijze free
Ondersteunde Talen 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"
    }
}