CopyURL

Copy the URL and title of the active page.

Qu'est-ce que CopyURL ?

CopyURL est une extension Chrome développée par hiroyuki.komatsu, et sa fonction principale est "Copy the URL and title of the active page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CopyURL

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

                        You can copy the URL and the title of the page in rich-text by clicking the extension icon.                    

Informations de Base sur l'Extension

Nom CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
URL Officiel https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Description Copy the URL and title of the active page.
Taille du Fichier 7.09 KB
Nombre d'Installations 167
Version Actuelle 1.4
Dernière Mise à Jour 2023-12-08
Date de Publication 2020-06-21
Développeur hiroyuki.komatsu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/hiroyuki-komatsu/copyurl
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyURL",
    "description": "Copy the URL and title of the active page.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "offscreen"
    ],
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}