CopyURL

Copy the URL and title of the active page.

Was ist CopyURL?

CopyURL ist eine Chrome-Erweiterung, die von hiroyuki.komatsu entwickelt wurde, und ihr Hauptmerkmal ist "Copy the URL and title of the active page.".

Erweiterungsscreenshots

screenshot

CopyURL-Erweiterungs-CRX-Datei herunterladen

Laden Sie CopyURL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
Offizielle URL https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Beschreibung Copy the URL and title of the active page.
Dateigröße 7.09 KB
Installationsanzahl 167
Aktuelle Version 1.4
Letztes Update 2023-12-08
Veröffentlichungsdatum 2020-06-21
Entwickler hiroyuki.komatsu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/hiroyuki-komatsu/copyurl
Unterstützte Sprachen 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"
    }
}