Copy That!

Copy all your open tabs in a jiffy!

Was ist Copy That!?

Copy That! ist eine Chrome-Erweiterung, die von Vignesh R entwickelt wurde, und ihr Hauptmerkmal ist "Copy all your open tabs in a jiffy!".

Erweiterungsscreenshots

screenshot

Copy That!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy That!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Copy That! Copy That!
ID kkkadiakidkepogdcnmpcbbmmgnammgh
Offizielle URL https://chromewebstore.google.com/detail/copy-that/kkkadiakidkepogdcnmpcbbmmgnammgh
Beschreibung Copy all your open tabs in a jiffy!
Dateigröße 9.31 KB
Installationsanzahl 820
Aktuelle Version 1.1.0.0
Letztes Update 2016-02-05
Veröffentlichungsdatum 2016-02-05
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler Vignesh R
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}