Open Tabs

Show open tabs

Cos'è Open Tabs?

Open Tabs è un'estensione di Chrome sviluppata da Syl, e la sua funzione principale è "Show open tabs".

Screenshot dell'Estensione

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

                        This extension is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs

Show open tabs:

- Go to tab
- Close tab
- Reload tab
- Duplicate tab
- Pin/unpin tab
- Hide tab

The open tabs are updated in real time.

Changelog: https://github.com/sylouuu/chrome-open-tabs/releases                    

Informazioni di Base sull'Estensione

Nome Open Tabs Open Tabs
ID cepfpldhbcfaklnnldhoaahgliijehap
URL Ufficiale https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap
Descrizione Show open tabs
Dimensione del File 34.91 KB
Conteggio Installazioni 1,226
Versione Corrente 0.3.2
Ultimo Aggiornamento 2017-06-22
Data di Pubblicazione 2017-06-22
Valutazione 3.75/5 Totale 12 Valutazioni
Sviluppatore Syl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sylouuu/chrome-open-tabs
URL della Pagina di Aiuto https://github.com/sylouuu/chrome-open-tabs/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tabs",
    "version": "0.3.2",
    "description": "Show open tabs",
    "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}