Reopen

Reopen saves your browsing sessions efficiently.

Cos'è Reopen?

Reopen è un'estensione di Chrome sviluppata da Abulele Softworks, e la sua funzione principale è "Reopen saves your browsing sessions efficiently.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reopen

Scarica i file di estensione Reopen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reopen Reopen
ID ifijicnnagieeeajbjckfncaabnohfpi
URL Ufficiale https://chromewebstore.google.com/detail/reopen/ifijicnnagieeeajbjckfncaabnohfpi
Descrizione Reopen saves your browsing sessions efficiently.
Dimensione del File 178 KB
Conteggio Installazioni 154
Versione Corrente 1.0.5
Ultimo Aggiornamento 2014-03-15
Data di Pubblicazione 2014-03-15
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Abulele Softworks
Tipo di Pagamento free
Lingue Supportate 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"
    }
}