Copy That!

Copy all your open tabs in a jiffy!

Wat is Copy That!?

Copy That! is een Chrome-extensie ontwikkeld door Vignesh R, en de belangrijkste functie is "Copy all your open tabs in a jiffy!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy That!

Download Copy That!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Copy That! Copy That!
ID kkkadiakidkepogdcnmpcbbmmgnammgh
Officiële URL https://chromewebstore.google.com/detail/copy-that/kkkadiakidkepogdcnmpcbbmmgnammgh
Beschrijving Copy all your open tabs in a jiffy!
Bestandsgrootte 9.31 KB
Aantal Installaties 820
Huidige Versie 1.1.0.0
Laatst Bijgewerkt 2016-02-05
Publicatiedatum 2016-02-05
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Vignesh R
Betalingswijze free
Ondersteunde Talen 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"
    ]
}