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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}