text info

provides selected text info of web page

Qu'est-ce que text info ?

text info est une extension Chrome développée par robertmhatchersd2x5, et sa fonction principale est "provides selected text info of web page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension text info

Téléchargez les fichiers d'extension text info au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom text info text info
ID bneoimbmmcedgdejehakhadgaeeilgce
URL Officiel https://chrome.google.com/webstore/detail/text-info/bneoimbmmcedgdejehakhadgaeeilgce
Description provides selected text info of web page
Taille du Fichier 22.39 KB
Nombre d'Installations 2,595
Version Actuelle 0.0.0.01
Dernière Mise à Jour 2022-05-17
Date de Publication 2022-05-17
Développeur robertmhatchersd2x5
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}