Tab url reader and opener

This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.

Cos'è Tab url reader and opener?

Tab url reader and opener è un'estensione di Chrome sviluppata da husypb, e la sua funzione principale è "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab url reader and opener

Scarica i file di estensione Tab url reader and opener 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

                                            

Informazioni di Base sull'Estensione

Nome Tab url reader and opener Tab url reader and opener
ID fodjpnjccjliapgmfjlcjnolcdolgemd
URL Ufficiale https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd
Descrizione This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.
Dimensione del File 144 KB
Conteggio Installazioni 30
Versione Corrente 0.7.0
Ultimo Aggiornamento 2017-02-09
Data di Pubblicazione 2017-02-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore husypb
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab url reader and opener",
    "version": "0.7.0",
    "manifest_version": 2,
    "description": "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.",
    "browser_action": {
        "default_icon": "pugapps48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "pugapps16.png",
        "48": "pugapps48.png",
        "128": "pugapps128.png"
    },
    "permissions": [
        "tabs"
    ]
}