Switch Last Tabs
Use the shortcut
ما هو Switch Last Tabs؟
Switch Last Tabs هو إضافة Chrome تم تطويرها بواسطة Or Schiro، والميزة الرئيسية لها هي "Use the shortcut
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Switch Last Tabs
قم بتنزيل ملفات الامتداد Switch Last Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can modify the shortcut by opening the following URL: chrome://extensions/shortcuts
معلومات أساسية عن التمديد
الاسم | Switch Last Tabs |
ID | odhjcgnlbagjllfbilicalpigimhdcll |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/switch-last-tabs/odhjcgnlbagjllfbilicalpigimhdcll |
الوصف | Use the shortcut |
حجم الملف | 61.9 KB |
عدد التثبيتات | 4,256 |
النسخة الحالية | 49 |
آخر تحديث | 2024-02-28 |
تاريخ النشر | 2020-05-30 |
تقييم | 4.33/5 مجموع تقييمات 265 |
المطور | Or Schiro |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
عنوان صفحة المساعدة | https://github.com/orschiro/AltQ/issues |
اللغات المدعومة | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": [], "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "49", "manifest_version": 3, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Q", "windows": "Alt+Q", "mac": "Alt+Q", "chromeos": "Alt+Q", "linux": "Alt+Q" } } }, "permissions": [ "storage", "offscreen" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } |