Copy Input Text
Copies all input text without selecting it. Allows to copy password text.
Co to jest Copy Input Text?
Copy Input Text to rozszerzenie Chrome opracowane przez Dima PM, a jego główną funkcją jest „Copies all input text without selecting it. Allows to copy password text.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy Input Text
Pobierz pliki rozszerzeń Copy Input 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
Extension allows to use context menu or hotkey to quickly copy all text of input.
Podstawowe informacje o rozszerzeniu
Nazwa | Copy Input Text |
ID | aomiejigghikoeoljghafciifnmokemh |
Oficjalny URL | https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh |
Opis | Copies all input text without selecting it. Allows to copy password text. |
Rozmiar pliku | 4.34 KB |
Liczba instalacji | 61 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2021-06-24 |
Data Publikacji | 2016-05-27 |
Deweloper | Dima PM |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dima PM", "manifest_version": 2, "name": "Copy Input Text", "version": "0.1", "description": "Copies all input text without selecting it. Allows to copy password text.", "background": { "page": "background.html", "persistent": false }, "commands": { "copy-input-text": { "description": "Copy input text" } }, "permissions": [ "contextMenus", "activeTab" ] } |