Send URL to Clipboard

Send URL to Clipboard from Toolbar

Qu'est-ce que Send URL to Clipboard ?

Send URL to Clipboard est une extension Chrome développée par https://www.parago.de, et sa fonction principale est "Send URL to Clipboard from Toolbar".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Send URL to Clipboard

Téléchargez les fichiers d'extension Send URL to Clipboard 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

                        This extension adds a button to the toolbar that allows you to copy the URL and the title of the web page to the clipboard. That's all!                    

Informations de Base sur l'Extension

Nom Send URL to Clipboard Send URL to Clipboard
ID kgjhbeocmonphjgjehbncidbckjbhbmi
URL Officiel https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi
Description Send URL to Clipboard from Toolbar
Taille du Fichier 13.46 KB
Nombre d'Installations 40
Version Actuelle 2.0.0
Dernière Mise à Jour 2024-02-26
Date de Publication 2017-04-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.parago.de
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jbaurle/SendURLToClipboard
URL de la Page d'Aide https://github.com/jbaurle/SendURLToClipboard/issues
URL de la Page de Politique de Confidentialité https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md
Langues Prises en Charge de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extname__",
    "version": "2.0.0",
    "description": "__MSG_extdesc__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "offscreen",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "__MSG_extaction__"
    }
}