OpenTabs - Open many tabs in 1 click

A simple tool to open multiple tabs in single click. Useful to work with too many websites at a time

Cos'è OpenTabs - Open many tabs in 1 click?

OpenTabs - Open many tabs in 1 click è un'estensione di Chrome sviluppata da Kamoor, e la sua funzione principale è "A simple tool to open multiple tabs in single click. Useful to work with too many websites at a time".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OpenTabs - Open many tabs in 1 click

Scarica i file di estensione OpenTabs - Open many tabs in 1 click 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

                        A simple tool to open multiple websites in one click. This extension will be useful to quickly open frequently open websites or testing multiple websites at a time. You can save and open all of them in one single click.

Features:
=====
* Save frequently used website addresses.
* Select the website address(es) you want to open and click on open.                    

Informazioni di Base sull'Estensione

Nome OpenTabs - Open many tabs in 1 click OpenTabs - Open many tabs in 1 click
ID poglocjfapnengmednlkjeakmdialopa
URL Ufficiale https://chrome.google.com/webstore/detail/opentabs-open-many-tabs-i/poglocjfapnengmednlkjeakmdialopa
Descrizione A simple tool to open multiple tabs in single click. Useful to work with too many websites at a time
Dimensione del File 15.26 KB
Conteggio Installazioni 341
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-02-24
Data di Pubblicazione 2015-02-24
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore Kamoor
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenTabs - Open many tabs in 1 click",
    "short_name": "OpenTabs",
    "description": "A simple tool to open multiple tabs in single click. Useful to work with too many websites at a time",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon-large.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}