Copy That!

Copy all your open tabs in a jiffy!

Qu'est-ce que Copy That! ?

Copy That! est une extension Chrome développée par Vignesh R, et sa fonction principale est "Copy all your open tabs in a jiffy!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy That!

Téléchargez les fichiers d'extension Copy That! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Copy That! Copy That!
ID kkkadiakidkepogdcnmpcbbmmgnammgh
URL Officiel https://chromewebstore.google.com/detail/copy-that/kkkadiakidkepogdcnmpcbbmmgnammgh
Description Copy all your open tabs in a jiffy!
Taille du Fichier 9.31 KB
Nombre d'Installations 820
Version Actuelle 1.1.0.0
Dernière Mise à Jour 2016-02-05
Date de Publication 2016-02-05
Évaluation 4.00/5 Total 2 Évaluations
Développeur Vignesh R
Type de Paiement free
Langues Prises en Charge 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"
    ]
}