Open link in this tab

Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.

ما هو Open link in this tab؟

Open link in this tab هو إضافة Chrome تم تطويرها بواسطة https://wis.am، والميزة الرئيسية لها هي "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".

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

screenshot

تحميل ملف CRX للإضافة Open link in this tab

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

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

                        Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.                    

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

الاسم Open link in this tab Open link in this tab
ID mgekbifamjphaakikmkphlpnlodeacnp
عنوان URL الرسمي https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp
الوصف Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
حجم الملف 11.94 KB
عدد التثبيتات 83
النسخة الحالية 1.0
آخر تحديث 2021-08-24
تاريخ النشر 2021-08-24
تقييم 5.00/5 مجموع تقييمات 1
المطور https://wis.am
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://wis.am/browser-extensions/open-link-in-this-tab
عنوان صفحة المساعدة https://wis.am/browser-extensions/open-link-in-this-tab
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open link in this tab",
    "author": "Wis [email protected]",
    "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab",
    "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/link16x16.png",
        "32": "icons\/link32x32.png",
        "48": "icons\/link48x48.png",
        "128": "icons\/link128x128.png"
    }
}