Text clipboard

This extension will help you with keeping multiple text values to copy to clipboard

Co to jest Text clipboard?

Text clipboard to rozszerzenie Chrome opracowane przez seva.voloshin, a jego główną funkcją jest „This extension will help you with keeping multiple text values to copy to clipboard”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Text clipboard

Pobierz pliki rozszerzeń Text clipboard 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

                        With this extension you will be allow to paste multiple texts across the tabs to easily copypaste them. Imagine that your clipboard contains not the only one text, but multiple ones for easier selecting which text should be pasted on each tab                    

Podstawowe informacje o rozszerzeniu

Nazwa Text clipboard Text clipboard
ID aeghdejlekobjgfdpfniondeobklbgpl
Oficjalny URL https://chromewebstore.google.com/detail/text-clipboard/aeghdejlekobjgfdpfniondeobklbgpl
Opis This extension will help you with keeping multiple text values to copy to clipboard
Rozmiar pliku 9.03 KB
Liczba instalacji 58
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2022-06-30
Data Publikacji 2021-12-27
Deweloper seva.voloshin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Volosh1n/text-clipboard-chrome-extension
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text clipboard",
    "description": "This extension will help you with keeping multiple text values to copy to clipboard",
    "version": "1.4",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}