Auto Copy Paste Text

Automatically copy text and paste text without formatting

Was ist Auto Copy Paste Text?

Auto Copy Paste Text ist eine Chrome-Erweiterung, die von mzzlillieee entwickelt wurde, und ihr Hauptmerkmal ist "Automatically copy text and paste text without formatting".

Erweiterungsscreenshots

screenshot

Auto Copy Paste Text-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Copy Paste 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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
Offizielle URL https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
Beschreibung Automatically copy text and paste text without formatting
Dateigröße 5.4 KB
Installationsanzahl 1,000
Aktuelle Version 1
Letztes Update 2020-03-11
Veröffentlichungsdatum 2020-03-11
Bewertung 3.25/5 Insgesamt 8 Bewertungen
Entwickler mzzlillieee
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}