Open image in current tab

Adds a context menu option to open an image in the current tab.

ما هو Open image in current tab؟

Open image in current tab هو إضافة Chrome تم تطويرها بواسطة ChrisFhey، والميزة الرئيسية لها هي "Adds a context menu option to open an image in the current tab.".

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

screenshot

تحميل ملف CRX للإضافة Open image in current tab

قم بتنزيل ملفات الامتداد Open image in current tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.                    

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

الاسم Open image in current tab Open image in current tab
ID mfpgmcmnombcfbebaacgobdcfgdidlki
عنوان URL الرسمي https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki
الوصف Adds a context menu option to open an image in the current tab.
حجم الملف 10.1 KB
عدد التثبيتات 379
النسخة الحالية 1.0.0
آخر تحديث 2021-06-03
تاريخ النشر 2021-06-03
تقييم 4.83/5 مجموع تقييمات 6
المطور ChrisFhey
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open image in current tab",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Adds a context menu option to open an image in the current tab.",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}