Double Read

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

Vad är Double Read?

Double Read är en Chrome-tillägg utvecklad av Andres Martin Jimenez (artistamultimedia.es), och dess huvudfunktion är "This extension will allow you to read in two different columns, which act like independent pages.".

Tilläggsskärmbilder

screenshot

Ladda ner Double Read-förlängningens CRX-fil

Ladda ner Double Read-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Double Read Double Read
ID kcacjknamjmflfkgibhnidhhddiaidao
Officiell webbadress https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao
Beskrivning This extension will allow you to read in two different columns, which act like independent pages.
Filstorlek 5.67 KB
Antal Installationer 756
Aktuell Version 1.6
Senast Uppdaterad 2014-04-07
Publiceringsdatum 2014-04-07
Betyg 4.33/5 Totalt 15 Betyg
Utvecklare Andres Martin Jimenez (artistamultimedia.es)
Betalningssätt free
Stödda Språk 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"
    }
}