text info

provides selected text info of web page

Wat is text info?

text info is een Chrome-extensie ontwikkeld door robertmhatchersd2x5, en de belangrijkste functie is "provides selected text info of web page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie text info

Download text info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam text info text info
ID bneoimbmmcedgdejehakhadgaeeilgce
Officiële URL https://chrome.google.com/webstore/detail/text-info/bneoimbmmcedgdejehakhadgaeeilgce
Beschrijving provides selected text info of web page
Bestandsgrootte 22.39 KB
Aantal Installaties 2,595
Huidige Versie 0.0.0.01
Laatst Bijgewerkt 2022-05-17
Publicatiedatum 2022-05-17
Ontwikkelaar robertmhatchersd2x5
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}