autoCopyText™

Copy the text when select any text on webpage

Cos'è autoCopyText™?

autoCopyText™ è un'estensione di Chrome sviluppata da Vineet, e la sua funzione principale è "Copy the text when select any text on webpage".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione autoCopyText™

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

                        Copy the text when select any text on webpage                    

Informazioni di Base sull'Estensione

Nome autoCopyText™ autoCopyText™
ID bijdffmkjmogekeombnnljcolphinbbp
URL Ufficiale https://chrome.google.com/webstore/detail/autocopytext/bijdffmkjmogekeombnnljcolphinbbp
Descrizione Copy the text when select any text on webpage
Dimensione del File 19.21 KB
Conteggio Installazioni 767
Versione Corrente 0.1
Ultimo Aggiornamento 2019-04-12
Data di Pubblicazione 2019-04-08
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Vineet
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "autoCopyText\u2122",
    "author": "vineet sahu",
    "description": "Copy the text when select any text on webpage",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/autoCopy128x128.png"
    },
    "icons": {
        "128": ".\/icons\/autoCopy128x128.png",
        "48": ".\/icons\/autoCopy48x48.png",
        "24": ".\/icons\/autoCopy24x24.png",
        "16": ".\/icons\/autoCopy16x16.png"
    },
    "short_name": "autoCopy",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "version_name": "sahuchahu - 0.1",
    "manifest_version": 2
}