Copy That!

Copy all your open tabs in a jiffy!

Vad är Copy That!?

Copy That! är en Chrome-tillägg utvecklad av Vignesh R, och dess huvudfunktion är "Copy all your open tabs in a jiffy!".

Tilläggsskärmbilder

screenshot

Ladda ner Copy That!-förlängningens CRX-fil

Ladda ner Copy That!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Copy That! Copy That!
ID kkkadiakidkepogdcnmpcbbmmgnammgh
Officiell webbadress https://chromewebstore.google.com/detail/copy-that/kkkadiakidkepogdcnmpcbbmmgnammgh
Beskrivning Copy all your open tabs in a jiffy!
Filstorlek 9.31 KB
Antal Installationer 820
Aktuell Version 1.1.0.0
Senast Uppdaterad 2016-02-05
Publiceringsdatum 2016-02-05
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare Vignesh R
Betalningssätt free
Stödda Språk 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"
    ]
}