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
官方網址 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"
    ]
}