Image Alt QuickView

Quickly view the alternative text of any image in the context menu. Simply right-click on an image.

ما هو Image Alt QuickView؟

Image Alt QuickView هو إضافة Chrome تم تطويرها بواسطة iaderinokun، والميزة الرئيسية لها هي "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Image Alt QuickView

قم بتنزيل ملفات الامتداد Image Alt QuickView بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Quickly view the alternative text of any image in the context menu. Simply right-click on an image.                    

معلومات أساسية عن التمديد

الاسم Image Alt QuickView Image Alt QuickView
ID ihmcdmcfoogcfafdmommegnakbaljjki
عنوان URL الرسمي https://chromewebstore.google.com/detail/image-alt-quickview/ihmcdmcfoogcfafdmommegnakbaljjki
الوصف Quickly view the alternative text of any image in the context menu. Simply right-click on an image.
حجم الملف 8.12 KB
عدد التثبيتات 72
النسخة الحالية 1.0.1
آخر تحديث 2019-01-08
تاريخ النشر 2019-01-04
تقييم 5.00/5 مجموع تقييمات 1
المطور iaderinokun
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Alt QuickView",
    "short_name": "Alt QuickView",
    "description": "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.",
    "version": "1.0.1",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}