text info

provides selected text info of web page

Apa itu text info?

text info adalah ekstensi Chrome yang dikembangkan oleh robertmhatchersd2x5, dan fitur utamanya adalah "provides selected text info of web page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi text info

Unduh file ekstensi text info dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama text info text info
ID bneoimbmmcedgdejehakhadgaeeilgce
URL Resmi https://chrome.google.com/webstore/detail/text-info/bneoimbmmcedgdejehakhadgaeeilgce
Deskripsi provides selected text info of web page
Ukuran File 22.39 KB
Jumlah Instalasi 2,595
Versi Saat Ini 0.0.0.01
Terakhir Diperbarui 2022-05-17
Tanggal Publikasi 2022-05-17
Pengembang robertmhatchersd2x5
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}