text info

provides selected text info of web page

What is text info?

text info is a Chrome extension developed by robertmhatchersd2x5, and its main feature is "provides selected text info of web page".

Extension Screenshots

screenshot

Download text info Extension CRX File

Download text info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name text info text info
ID bneoimbmmcedgdejehakhadgaeeilgce
Official URL https://chrome.google.com/webstore/detail/text-info/bneoimbmmcedgdejehakhadgaeeilgce
Description provides selected text info of web page
File Size 22.39 KB
Installation Count 2,595
Current Version 0.0.0.01
Last Updated 2022-05-17
Publish Date 2022-05-17
Developer robertmhatchersd2x5
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}