Tab Copy/Paste

Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.

Cos'è Tab Copy/Paste?

Tab Copy/Paste è un'estensione di Chrome sviluppata da Alexander, e la sua funzione principale è "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Copy/Paste

Scarica i file di estensione Tab Copy/Paste 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 Copy/Paste Tab Copy/Paste
ID nbfccmdfpollpgjnbghmnkmgimliookh
URL Ufficiale https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh
Descrizione Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
Dimensione del File 11.93 KB
Conteggio Installazioni 10,000
Versione Corrente 1.2
Ultimo Aggiornamento 2015-02-21
Data di Pubblicazione 2015-02-21
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore Alexander
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Tab Copy\/Paste",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs"
    ],
    "short_name": "Tab Copy\/Paste",
    "version": "1.2"
}