Open Tabs

When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.

Cos'è Open Tabs?

Open Tabs è un'estensione di Chrome sviluppata da opentabs, e la sua funzione principale è "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Open Tabs

Scarica i file di estensione Open Tabs 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

                        Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.                    

Informazioni di Base sull'Estensione

Nome Open Tabs Open Tabs
ID anffifgedjhloingebbhadnfengmbapm
URL Ufficiale https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm
Descrizione When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Dimensione del File 71.36 KB
Conteggio Installazioni 109
Versione Corrente 0.1.4
Ultimo Aggiornamento 2014-08-23
Data di Pubblicazione 2014-08-23
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore opentabs
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/myopentabs
URL della Pagina di Aiuto https://twitter.com/myopentabs
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Tabs",
    "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.",
    "version": "0.1.4",
    "incognito": "split",
    "icons": {
        "48": "opentabsfavicon48.ico",
        "128": "opentabsfavicon.ico"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "opentabs.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}