text info

provides selected text info of web page

text info là gì?

text info là một tiện ích mở rộng Chrome được phát triển bởi robertmhatchersd2x5, và tính năng chính của nó là "provides selected text info of web page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng text info

Tải xuống các tệp mở rộng text info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên text info text info
ID bneoimbmmcedgdejehakhadgaeeilgce
URL Chính Thức https://chrome.google.com/webstore/detail/text-info/bneoimbmmcedgdejehakhadgaeeilgce
Mô tả provides selected text info of web page
Kích Thước Tệp 22.39 KB
Số Lần Cài Đặt 2,595
Phiên Bản Hiện Tại 0.0.0.01
Cập Nhật Lần Cuối 2022-05-17
Ngày Phát Hành 2022-05-17
Nhà Phát Triển robertmhatchersd2x5
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}