Enable Copy

Allow selecting, copying, pasting anywhere.

Cos'è Enable Copy?

Enable Copy è un'estensione di Chrome sviluppata da Derek, e la sua funzione principale è "Allow selecting, copying, pasting anywhere.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Enable Copy

Scarica i file di estensione Enable 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

                        Enable Copy is a simple tool made by Derek.

How to use :
To enable Enable Copy, simply click the toolbar icon and then hover any element on you want to copy in current page.                    

Informazioni di Base sull'Estensione

Nome Enable Copy Enable Copy
ID igbahmkffbagkepelepkldjiknhbklga
URL Ufficiale https://chromewebstore.google.com/detail/enable-copy/igbahmkffbagkepelepkldjiknhbklga
Descrizione Allow selecting, copying, pasting anywhere.
Dimensione del File 19.78 KB
Conteggio Installazioni 20,000
Versione Corrente 1.0
Ultimo Aggiornamento 2022-01-21
Data di Pubblicazione 2020-10-05
Valutazione 3.63/5 Totale 16 Valutazioni
Sviluppatore Derek
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "1.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "48": "img\/48.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "__MSG_extName__"
    },
    "web_accessible_resources": [
        "img\/header.png",
        "img\/body.png",
        "img\/footer.png"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ]
}