Copy Input Text

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

Vad är Copy Input Text?

Copy Input Text är en Chrome-tillägg utvecklad av Dima PM, och dess huvudfunktion är "Copies all input text without selecting it. Allows to copy password text.".

Tilläggsskärmbilder

screenshot

Ladda ner Copy Input Text-förlängningens CRX-fil

Ladda ner Copy Input Text-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Copy Input Text Copy Input Text
ID aomiejigghikoeoljghafciifnmokemh
Officiell webbadress https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh
Beskrivning Copies all input text without selecting it. Allows to copy password text.
Filstorlek 4.34 KB
Antal Installationer 61
Aktuell Version 0.1
Senast Uppdaterad 2021-06-24
Publiceringsdatum 2016-05-27
Utvecklare Dima PM
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}