Copy URL text

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

Co to jest Copy URL text?

Copy URL text to rozszerzenie Chrome opracowane przez dave.waters89, a jego główną funkcją jest „A tool to decode URL when copying links from a web page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Copy URL text

Pobierz pliki rozszerzeń Copy URL text w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Copy URL text Copy URL text
ID hdgelchllommgmclkoobnphdloeaabab
Oficjalny URL https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab
Opis A tool to decode URL when copying links from a web page.
Rozmiar pliku 3.48 KB
Liczba instalacji 24
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2018-12-04
Data Publikacji 2018-12-04
Deweloper dave.waters89
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}