Auto Copy Paste Text

Automatically copy text and paste text without formatting

Vad är Auto Copy Paste Text?

Auto Copy Paste Text är en Chrome-tillägg utvecklad av mzzlillieee, och dess huvudfunktion är "Automatically copy text and paste text without formatting".

Tilläggsskärmbilder

screenshot

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

Ladda ner Auto Copy Paste 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

                        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äggande Information om Tillägg

Namn Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
Officiell webbadress https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
Beskrivning Automatically copy text and paste text without formatting
Filstorlek 5.4 KB
Antal Installationer 1,000
Aktuell Version 1
Senast Uppdaterad 2020-03-11
Publiceringsdatum 2020-03-11
Betyg 3.25/5 Totalt 8 Betyg
Utvecklare mzzlillieee
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}