Copy Input Text
Copies all input text without selecting it. Allows to copy password text.
What is Copy Input Text?
Copy Input Text is a Chrome extension developed by Dima PM, and its main feature is "Copies all input text without selecting it. Allows to copy password text.".
Extension Screenshots
Download Copy Input Text Extension CRX File
Download Copy Input Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension allows to use context menu or hotkey to quickly copy all text of input.
Extension Basic Information
Name | Copy Input Text |
ID | aomiejigghikoeoljghafciifnmokemh |
Official URL | https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh |
Description | Copies all input text without selecting it. Allows to copy password text. |
File Size | 4.34 KB |
Installation Count | 61 |
Current Version | 0.1 |
Last Updated | 2021-06-24 |
Publish Date | 2016-05-27 |
Developer | Dima PM |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |