text info

provides selected text info of web page

text infoคืออะไร?

text info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robertmhatchersd2x5 และคุณลักษณะหลักของมันคือ "provides selected text info of web page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย text info

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}