text info

provides selected text info of web page

Cos'è text info?

text info è un'estensione di Chrome sviluppata da robertmhatchersd2x5, e la sua funzione principale è "provides selected text info of web page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione text info

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

                        check the details of the text  easily with this tool
Open web page example www.lipsum.com
Click on extension icon to turn ON extension
Now select the text with mouse on webpage                    

Informazioni di Base sull'Estensione

Nome text info text info
ID bneoimbmmcedgdejehakhadgaeeilgce
URL Ufficiale https://chrome.google.com/webstore/detail/text-info/bneoimbmmcedgdejehakhadgaeeilgce
Descrizione provides selected text info of web page
Dimensione del File 22.39 KB
Conteggio Installazioni 2,595
Versione Corrente 0.0.0.01
Ultimo Aggiornamento 2022-05-17
Data di Pubblicazione 2022-05-17
Sviluppatore robertmhatchersd2x5
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "text info",
    "version": "0.0.0.01",
    "manifest_version": 3,
    "description": "provides selected text info of web page",
    "action": {
        "default_icon": "icons.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}