Copy Input Text
Copies all input text without selecting it. Allows to copy password text.
Wat is Copy Input Text?
Copy Input Text is een Chrome-extensie ontwikkeld door Dima PM, en de belangrijkste functie is "Copies all input text without selecting it. Allows to copy password text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Input Text
Download Copy Input Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension allows to use context menu or hotkey to quickly copy all text of input.
Basisinformatie over de Extensie
Naam | Copy Input Text |
ID | aomiejigghikoeoljghafciifnmokemh |
Officiële URL | https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh |
Beschrijving | Copies all input text without selecting it. Allows to copy password text. |
Bestandsgrootte | 4.34 KB |
Aantal Installaties | 61 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-06-24 |
Publicatiedatum | 2016-05-27 |
Ontwikkelaar | Dima PM |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |