Easy Text Copy

be easy to copy

Cos'è Easy Text Copy?

Easy Text Copy è un'estensione di Chrome sviluppata da ggons, e la sua funzione principale è "be easy to copy".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy Text Copy

Scarica i file di estensione Easy Text Copy 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

                        "Easy Text Copy" copy text easily with easy movements.

* Usage *

1. Copy the text in one click area.
- Alt key + Mouse Left-Click

2. Copy the text one after another.
- Alt key + Mouse Left-Click [+ Mouse Left-Click] [+ Mouse Left-Click]

3. Copy the dragged text.
- Drag + Alt key + Mouse Left-Click

You can change to another key instead of the Alt key.                    

Informazioni di Base sull'Estensione

Nome Easy Text Copy Easy Text Copy
ID ifnpgfoniiadhamkbgdiokjefenpacjm
URL Ufficiale https://chromewebstore.google.com/detail/easy-text-copy/ifnpgfoniiadhamkbgdiokjefenpacjm
Descrizione be easy to copy
Dimensione del File 16.92 KB
Conteggio Installazioni 5,000
Versione Corrente 1.0.2
Ultimo Aggiornamento 2020-07-13
Data di Pubblicazione 2020-07-02
Valutazione 4.26/5 Totale 19 Valutazioni
Sviluppatore ggons
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Text Copy",
    "description": "be easy to copy",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ]
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}