text info

provides selected text info of web page

什么是text info?

text info是由robertmhatchersd2x5开发的Chrome扩展程序,该扩展的主要功能是“provides selected text info of web page”。

扩展截图

screenshot

下载text info扩展crx文件

下载text info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 text info text info
ID bneoimbmmcedgdejehakhadgaeeilgce
官方URL https://chrome.google.com/webstore/detail/text-info/bneoimbmmcedgdejehakhadgaeeilgce
简介 provides selected text info of web page
文件大小 22.39 KB
安装次数 2,595
当前版本 0.0.0.01
更新时间 2022-05-17
上架时间 2022-05-17
开发者 robertmhatchersd2x5
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}