Copy That!

Copy all your open tabs in a jiffy!

What is Copy That!?

Copy That! is a Chrome extension developed by Vignesh R, and its main feature is "Copy all your open tabs in a jiffy!".

Extension Screenshots

screenshot

Download Copy That! Extension CRX File

Download Copy That! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Copy That! Copy That!
ID kkkadiakidkepogdcnmpcbbmmgnammgh
Official URL https://chromewebstore.google.com/detail/copy-that/kkkadiakidkepogdcnmpcbbmmgnammgh
Description Copy all your open tabs in a jiffy!
File Size 9.31 KB
Installation Count 820
Current Version 1.1.0.0
Last Updated 2016-02-05
Publish Date 2016-02-05
Rating 4.00/5 Total 2 Ratings
Developer Vignesh R
Payment Type free
Supported Languages 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"
    ]
}