Double Read

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

O que é Double Read?

Double Read é uma extensão do Chrome desenvolvida por Andres Martin Jimenez (artistamultimedia.es), e sua principal característica é "This extension will allow you to read in two different columns, which act like independent pages.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Double Read

Baixe arquivos de extensão Double Read no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Double Read Double Read
ID kcacjknamjmflfkgibhnidhhddiaidao
URL Oficial https://chromewebstore.google.com/detail/double-read/kcacjknamjmflfkgibhnidhhddiaidao
Descrição This extension will allow you to read in two different columns, which act like independent pages.
Tamanho do Arquivo 5.67 KB
Contagem de Instalações 756
Versão Atual 1.6
Última Atualização 2014-04-07
Data de Publicação 2014-04-07
Classificação 4.33/5 Total de 15 Avaliações
Desenvolvedor Andres Martin Jimenez (artistamultimedia.es)
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}