Copy Input Text

Copies all input text without selecting it. Allows to copy password text.

Was ist Copy Input Text?

Copy Input Text ist eine Chrome-Erweiterung, die von Dima PM entwickelt wurde, und ihr Hauptmerkmal ist "Copies all input text without selecting it. Allows to copy password text.".

Erweiterungsscreenshots

screenshot

Copy Input Text-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy Input Text-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Extension allows to use context menu or hotkey to quickly copy all text of input.                    

Grundlegende Informationen zur Erweiterung

Name Copy Input Text Copy Input Text
ID aomiejigghikoeoljghafciifnmokemh
Offizielle URL https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh
Beschreibung Copies all input text without selecting it. Allows to copy password text.
Dateigröße 4.34 KB
Installationsanzahl 61
Aktuelle Version 0.1
Letztes Update 2021-06-24
Veröffentlichungsdatum 2016-05-27
Entwickler Dima PM
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}