Auto Copy Paste Text

Automatically copy text and paste text without formatting

Wat is Auto Copy Paste Text?

Auto Copy Paste Text is een Chrome-extensie ontwikkeld door mzzlillieee, en de belangrijkste functie is "Automatically copy text and paste text without formatting".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Copy Paste Text

Download Auto Copy Paste Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
Officiële URL https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
Beschrijving Automatically copy text and paste text without formatting
Bestandsgrootte 5.4 KB
Aantal Installaties 1,000
Huidige Versie 1
Laatst Bijgewerkt 2020-03-11
Publicatiedatum 2020-03-11
Beoordeling 3.25/5 Totaal 8 Beoordelingen
Ontwikkelaar mzzlillieee
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}