Click to Tab My

Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it

ما هو Click to Tab My؟

Click to Tab My هو إضافة Chrome تم تطويرها بواسطة WooodHead، والميزة الرئيسية لها هي "Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it".

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

screenshot

تحميل ملف CRX للإضافة Click to Tab My

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

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

                                            

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

الاسم Click to Tab My Click to Tab My
ID poaicgdgcfaimamlpmjfkgfbjmjdpkle
عنوان URL الرسمي https://chrome.google.com/webstore/detail/click-to-tab-my/poaicgdgcfaimamlpmjfkgfbjmjdpkle
الوصف Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it
حجم الملف 49.67 KB
عدد التثبيتات 320
النسخة الحالية 1.4
آخر تحديث 2019-01-08
تاريخ النشر 2019-01-03
تقييم 1.00/5 مجموع تقييمات 2
المطور WooodHead
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it",
    "homepage_url": "http:\/\/tejji.com\/",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Click to Tab My",
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/content-script.js"
    ]
}