CopyLinks: Copy links with ease

CopyLinks is a one-click copy solution for quick copy pasting of urls

Qu'est-ce que CopyLinks: Copy links with ease ?

CopyLinks: Copy links with ease est une extension Chrome développée par T-Solutions, et sa fonction principale est "CopyLinks is a one-click copy solution for quick copy pasting of urls".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CopyLinks: Copy links with ease

Téléchargez les fichiers d'extension CopyLinks: Copy links with ease 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

                        CopyLinks is a simple plugin to copy links from your current tab to the clipboard. Especially useful for people sharing links from one browser tab to another.

Usage:
- Simply click on extension to copy link shown in current tab to clipboard
- OR you can click "Alt+L" to copy url in current tab

Simply paste using the regular "Command + V"

What does it save?
- Manual select all "Ctrl + L" & "Ctrl +C" is now in one command
- 2 clicks are now converted to 1

Wish you a happy & productive day!                    

Informations de Base sur l'Extension

Nom CopyLinks: Copy links with ease CopyLinks: Copy links with ease
ID kogblnmgnabbjjdoaabkkjikpejeimom
URL Officiel https://chromewebstore.google.com/detail/copylinks-copy-links-with/kogblnmgnabbjjdoaabkkjikpejeimom
Description CopyLinks is a one-click copy solution for quick copy pasting of urls
Taille du Fichier 21.57 KB
Nombre d'Installations 49
Version Actuelle 1.0.0.0
Dernière Mise à Jour 2022-07-26
Date de Publication 2021-03-22
Développeur T-Solutions
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyLinks: Copy links with ease",
    "version": "1.0.0.0",
    "description": "CopyLinks is a one-click copy solution for quick copy pasting of urls",
    "browser_action": [],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "copy-link": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Copy link to clipboard"
        }
    }
}