Right Clicking - Views Image

Adds an option to 'View image' to the right click context menu on an image

ما هو Right Clicking - Views Image؟

Right Clicking - Views Image هو إضافة Chrome تم تطويرها بواسطة Micha، والميزة الرئيسية لها هي "Adds an option to 'View image' to the right click context menu on an image".

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

screenshot

تحميل ملف CRX للإضافة Right Clicking - Views Image

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

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

                        Adds an option to 'View image' to the right click context menu on an image. This will replace the current web page with just the image in its original size.                    

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

الاسم Right Clicking - Views Image Right Clicking - Views Image
ID okhokdliaadpclhhjdjdakibeajdcade
عنوان URL الرسمي https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade
الوصف Adds an option to 'View image' to the right click context menu on an image
حجم الملف 10.31 KB
عدد التثبيتات 117
النسخة الحالية 1.0
آخر تحديث 2022-05-23
تاريخ النشر 2022-05-23
تقييم 5.00/5 مجموع تقييمات 1
المطور Micha
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Clicking - Views Image",
    "description": "Adds an option to 'View image' to the right click context menu on an image",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}