Tab reopen key on incognito mode
This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.
ما هو Tab reopen key on incognito mode؟
Tab reopen key on incognito mode هو إضافة Chrome تم تطويرها بواسطة nex، والميزة الرئيسية لها هي "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab reopen key on incognito mode
قم بتنزيل ملفات الامتداد Tab reopen key on incognito mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
After the installation, please set "Allow in incognito" to allow this extension works on the incognito mode. Also, the default shortcut key is set as {Ctrl+Shift+X}, but you can replace it. *Shortcut keys setting page's URL is --> chrome://extensions/shortcuts
معلومات أساسية عن التمديد
الاسم | |
ID | alkfhfgkepamooonkjdolamnbilhkmjg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-reopen-key-on-incogni/alkfhfgkepamooonkjdolamnbilhkmjg |
الوصف | This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs/windows on Incognito mode. |
حجم الملف | 4.48 KB |
عدد التثبيتات | 755 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-07-06 |
تاريخ النشر | 2021-07-06 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | nex |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab reopen key on incognito mode", "description": "This extension enables {Ctrl+Shift+T} shortcut key to reopen tabs\/windows on Incognito mode.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "reopen_tab": { "suggested_key": { "default": "Ctrl+Shift+X" }, "description": "reopen tab" } }, "permissions": [ "tabs", "commands", "sessions" ] } |