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
Eメール [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"
    ]
}