Recent Tabs

Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!

ما هو Recent Tabs؟

Recent Tabs هو إضافة Chrome تم تطويرها بواسطة https://jasonsavard.com، والميزة الرئيسية لها هي "Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Recent Tabs

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

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

                        Just like using Alt+Tab for Windows except now for your browser tabs. Use Ctrl+Tab or Ctrl+Q or Ctrl+`(~) or assign your own shortcut key for swapping back and forth between your last viewed tabs.                    

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

الاسم Recent Tabs Recent Tabs
ID ocllfmhjhfmogablefmibmjcodggknml
عنوان URL الرسمي https://chromewebstore.google.com/detail/recent-tabs/ocllfmhjhfmogablefmibmjcodggknml
الوصف Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!
حجم الملف 29.33 KB
عدد التثبيتات 26,175
النسخة الحالية 3.4
آخر تحديث 2023-09-07
تاريخ النشر 2018-02-21
تقييم 3.50/5 مجموع تقييمات 331
المطور https://jasonsavard.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://jasonsavard.com
عنوان صفحة المساعدة https://jasonsavard.com/wiki/Recent_Tabs
عنوان صفحة سياسة الخصوصية https://jasonsavard.com/wiki/Permissions_and_privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Tabs",
    "version": "3.4",
    "description": "Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "toggleTabs": {
            "suggested_key": {
                "default": "Ctrl+Tab",
                "mac": "MacCtrl+Tab"
            },
            "description": "Toggle between the last 2 recent tabs"
        }
    },
    "manifest_version": 3
}