Bookmarked tabs to the front

Brings newly created tabs of bookmarked links to the foreground.

ما هو Bookmarked tabs to the front؟

Bookmarked tabs to the front هو إضافة Chrome تم تطويرها بواسطة Wayne Davison، والميزة الرئيسية لها هي "Brings newly created tabs of bookmarked links to the foreground.".

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

screenshot

تحميل ملف CRX للإضافة Bookmarked tabs to the front

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

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

                        Middle-clicking (or Ctrl-clicking) a bookmark link will open a new tab in the foreground.  A middle-click of an unbookmarked link will open in the background.

This affects any new tab for a link that you have bookmarked, not just when clicking in your bookmarks.

Updates:

1.1.2: A minor tweak and a policy update.
1.1.1: Fixed to work in Chrome 79 (which moved the URL string).                    

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

الاسم Bookmarked tabs to the front Bookmarked tabs to the front
ID mmllilpdpplbmjdjhlkagmimpgdflphb
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb
الوصف Brings newly created tabs of bookmarked links to the foreground.
حجم الملف 26.55 KB
عدد التثبيتات 1,419
النسخة الحالية 1.1.2
آخر تحديث 2021-06-07
تاريخ النشر 2020-01-05
تقييم 4.45/5 مجموع تقييمات 31
المطور Wayne Davison
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://opencoder.net/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Brings newly created tabs of bookmarked links to the foreground.",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Bookmarked tabs to the front",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "version": "1.1.2"
}