Copy URL text

A tool to decode URL when copying links from a web page.

Was ist Copy URL text?

Copy URL text ist eine Chrome-Erweiterung, die von dave.waters89 entwickelt wurde, und ihr Hauptmerkmal ist "A tool to decode URL when copying links from a web page.".

Erweiterungsscreenshots

screenshot

Copy URL text-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy URL text-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

                        When copying a URL the app will replace the data in the clipboard with the decoded URL, ready for pasting.                    

Grundlegende Informationen zur Erweiterung

Name Copy URL text Copy URL text
ID hdgelchllommgmclkoobnphdloeaabab
Offizielle URL https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab
Beschreibung A tool to decode URL when copying links from a web page.
Dateigröße 3.48 KB
Installationsanzahl 24
Aktuelle Version 0.0.0.2
Letztes Update 2018-12-04
Veröffentlichungsdatum 2018-12-04
Entwickler dave.waters89
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL text",
    "description": "A tool to decode URL when copying links from a web page.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/myteams.toyota.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/myteams.toyota.com\/*"
            ],
            "js": [
                "oncopy.js"
            ]
        }
    ]
}