Copy Input Text

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

Hvad er Copy Input Text?

Copy Input Text er en Chrome-udvidelse udviklet af Dima PM, og dens hovedfunktion er "Copies all input text without selecting it. Allows to copy password text.".

Udvidelsesskærmbilleder

screenshot

Download Copy Input Text-udvidelses-CRX-fil

Download Copy Input Text-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Copy Input Text Copy Input Text
ID aomiejigghikoeoljghafciifnmokemh
Officiel URL https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh
Beskrivelse Copies all input text without selecting it. Allows to copy password text.
Filstørrelse 4.34 KB
Antal Installationer 61
Nuværende Version 0.1
Senest Opdateret 2021-06-24
Udgivelsesdato 2016-05-27
Udvikler Dima PM
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}