Auto Copy Paste Text

Automatically copy text and paste text without formatting

Hvad er Auto Copy Paste Text?

Auto Copy Paste Text er en Chrome-udvidelse udviklet af mzzlillieee, og dens hovedfunktion er "Automatically copy text and paste text without formatting".

Udvidelsesskærmbilleder

screenshot

Download Auto Copy Paste Text-udvidelses-CRX-fil

Download Auto Copy Paste 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

                        When text is selected using the mouse, it will automatically be copied to the clipboard without formatting. 

It's a simple tool that lives in the background, and It will help you work faster when copying and pasting.                    

Grundlæggende oplysninger om udvidelsen

Navn Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
Officiel URL https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
Beskrivelse Automatically copy text and paste text without formatting
Filstørrelse 5.4 KB
Antal Installationer 1,000
Nuværende Version 1
Senest Opdateret 2020-03-11
Udgivelsesdato 2020-03-11
Bedømmelse 3.25/5 Samlet 8 Bedømmelser
Udvikler mzzlillieee
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Copy Paste Text",
    "version": "1",
    "description": "Automatically copy text and paste text without formatting",
    "author": "Lilly Tang",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autocopy.js"
            ]
        }
    ]
}