Copy URLs

Quickly copy URLs from your open tabs, links within a page and more to the clipboard

Qu'est-ce que Copy URLs ?

Copy URLs est une extension Chrome développée par https://george.mand.is, et sa fonction principale est "Quickly copy URLs from your open tabs, links within a page and more to the clipboard".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Copy URLs

Téléchargez les fichiers d'extension Copy URLs 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

                        A minimal-fuss extension to copy URLs to your clipboard from various sources including:
- Open tabs in your current window
- Links within the current page
- Links within a selection

How to use:
- Right-click anywhere on the page and select "Copy URLs to clipboard from..." from the context menu
- Select the source you wish to copy from from the sub-menu:
  - "Links in this selection" will copy links within any selected text on the current page
  - "Open tabs in this window" will copy the URLs from all the tabs in your current window
  - "Links on this page" will copy any links found on the page you are currently viewing
- If you keep the extension pinned in your browser you can right-click the icon to reveal the context menu there as well

That's it! No tracking, excess permissions or other shenanigans. View the code and see for yourself: 

https://github.com/georgemandis/copy-open-tabs-urls                    

Informations de Base sur l'Extension

Nom Copy URLs Copy URLs
ID gpmnhkeajnnnkjkgcopciocmdcdkapbh
URL Officiel https://chromewebstore.google.com/detail/copy-urls/gpmnhkeajnnnkjkgcopciocmdcdkapbh
Description Quickly copy URLs from your open tabs, links within a page and more to the clipboard
Taille du Fichier 14.67 KB
Nombre d'Installations 150
Version Actuelle 2.0.0
Dernière Mise à Jour 2024-02-11
Date de Publication 2020-04-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://george.mand.is
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://george.mand.is/hire
URL de la Page d'Aide https://george.mand.is/contact
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URLs",
    "version": "2.0.0",
    "description": "Quickly copy URLs from your open tabs, links within a page and more to the clipboard",
    "author": "George Mandis ",
    "homepage_url": "https:\/\/george.mand.is\/hire",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}