Hover copy

Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format

Co to jest Hover copy?

Hover copy to rozszerzenie Chrome opracowane przez gimenete, a jego główną funkcją jest „Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hover copy

Pobierz pliki rozszerzeń Hover copy 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

                        Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format.

Icon made by freepik.com CC-BY 3.0                    

Podstawowe informacje o rozszerzeniu

Nazwa Hover copy Hover copy
ID cdnibjdbfjofkedghnefffkdohgjgbpc
Oficjalny URL https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc
Opis Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format
Rozmiar pliku 18.87 KB
Liczba instalacji 169
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2018-12-31
Data Publikacji 2018-12-28
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper gimenete
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hover copy",
    "version": "1.0.1",
    "description": "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}