Auto Copy Paste Text

Automatically copy text and paste text without formatting

Cos'è Auto Copy Paste Text?

Auto Copy Paste Text è un'estensione di Chrome sviluppata da mzzlillieee, e la sua funzione principale è "Automatically copy text and paste text without formatting".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto Copy Paste Text

Scarica i file di estensione Auto Copy Paste Text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
URL Ufficiale https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
Descrizione Automatically copy text and paste text without formatting
Dimensione del File 5.4 KB
Conteggio Installazioni 1,000
Versione Corrente 1
Ultimo Aggiornamento 2020-03-11
Data di Pubblicazione 2020-03-11
Valutazione 3.25/5 Totale 8 Valutazioni
Sviluppatore mzzlillieee
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}