Double Read

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

Hvad er Double Read?

Double Read er en Chrome-udvidelse udviklet af Andres Martin Jimenez (artistamultimedia.es), og dens hovedfunktion er "This extension will allow you to read in two different columns, which act like independent pages.".

Udvidelsesskærmbilleder

screenshot

Download Double Read-udvidelses-CRX-fil

Download Double Read-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Double Read Double Read
ID kcacjknamjmflfkgibhnidhhddiaidao
Officiel URL https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao
Beskrivelse This extension will allow you to read in two different columns, which act like independent pages.
Filstørrelse 5.67 KB
Antal Installationer 756
Nuværende Version 1.6
Senest Opdateret 2014-04-07
Udgivelsesdato 2014-04-07
Bedømmelse 4.33/5 Samlet 15 Bedømmelser
Udvikler Andres Martin Jimenez (artistamultimedia.es)
Betalingsmetode free
Understøttede Sprog 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"
    }
}