Reopen

Reopen saves your browsing sessions efficiently.

O que é Reopen?

Reopen é uma extensão do Chrome desenvolvida por Abulele Softworks, e sua principal característica é "Reopen saves your browsing sessions efficiently.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Reopen

Baixe arquivos de extensão Reopen 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

                        Save your tabs for later, and for FREE!

The sleek and stylish user-interface makes it easier then ever to save and reopen your browsing sessions.

Save countless sessions, and find them easily by giving them a name and a description. You can also specify the session importance, to highlight them.

You're in a hurry? press the Flash button to instantly save your current browsing session. You can find this session by time later on.

Many new features are on the way, so keep an eye open for updates! Also, comments and suggestions for improving our extension are welcome.

** We DO NOT save any records the user's browsing sessions. **

==== Change log: ====
1.0.5 - Fixed a bug preventing certain sites from working properly.                    

Informações Básicas da Extensão

Nome Reopen Reopen
ID ifijicnnagieeeajbjckfncaabnohfpi
URL Oficial https://chromewebstore.google.com/detail/reopen/ifijicnnagieeeajbjckfncaabnohfpi
Descrição Reopen saves your browsing sessions efficiently.
Tamanho do Arquivo 178 KB
Contagem de Instalações 154
Versão Atual 1.0.5
Última Atualização 2014-03-15
Data de Publicação 2014-03-15
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Abulele Softworks
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reopen",
    "version": "1.0.5",
    "description": "Reopen saves your browsing sessions efficiently.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    }
}