Double Read

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

What is Double Read?

Double Read is a Chrome extension developed by Andres Martin Jimenez (artistamultimedia.es), and its main feature is "This extension will allow you to read in two different columns, which act like independent pages.".

Extension Screenshots

screenshot

Download Double Read Extension CRX File

Download Double Read extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Double Read Double Read
ID kcacjknamjmflfkgibhnidhhddiaidao
Official URL https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao
Description This extension will allow you to read in two different columns, which act like independent pages.
File Size 5.67 KB
Installation Count 756
Current Version 1.6
Last Updated 2014-04-07
Publish Date 2014-04-07
Rating 4.33/5 Total 15 Ratings
Developer Andres Martin Jimenez (artistamultimedia.es)
Payment Type free
Supported Languages 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"
    }
}