Auto Copy Paste Text

Automatically copy text and paste text without formatting

Co to jest Auto Copy Paste Text?

Auto Copy Paste Text to rozszerzenie Chrome opracowane przez mzzlillieee, a jego główną funkcją jest „Automatically copy text and paste text without formatting”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Auto Copy Paste Text

Pobierz pliki rozszerzeń Auto Copy Paste Text w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
Oficjalny URL https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
Opis Automatically copy text and paste text without formatting
Rozmiar pliku 5.4 KB
Liczba instalacji 1,000
Aktualna Wersja 1
Ostatnia Aktualizacja 2020-03-11
Data Publikacji 2020-03-11
Ocena 3.25/5 Łącznie 8 Oceny
Deweloper mzzlillieee
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}