Copy That!

Copy all your open tabs in a jiffy!

Cos'è Copy That!?

Copy That! è un'estensione di Chrome sviluppata da Vignesh R, e la sua funzione principale è "Copy all your open tabs in a jiffy!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Copy That!

Scarica i file di estensione Copy That! 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

                        Copy That! extension copies all your open tab URLs to clipboard in a click of a button!

- Is your computer shutting down for update in less than a minute?
- Need to save the website links you browsed researching about something, but don't want to clutter your bookmarks?
- Need to quickly transfer the open tab links to resume browsing in another computer?

With Copy That! extension, you can quickly back up your open tabs by directly pasting into your favorite applications like Notepad, OneNote, or your email.                    

Informazioni di Base sull'Estensione

Nome Copy That! Copy That!
ID kkkadiakidkepogdcnmpcbbmmgnammgh
URL Ufficiale https://chromewebstore.google.com/detail/copy-that/kkkadiakidkepogdcnmpcbbmmgnammgh
Descrizione Copy all your open tabs in a jiffy!
Dimensione del File 9.31 KB
Conteggio Installazioni 820
Versione Corrente 1.1.0.0
Ultimo Aggiornamento 2016-02-05
Data di Pubblicazione 2016-02-05
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Vignesh R
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy That!",
    "description": "Copy all your open tabs in a jiffy!",
    "version": "1.1.0.0",
    "author": "Vignesh R ",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png"
    },
    "permissions": [
        "tabs",
        "clipboardRead"
    ]
}