Peek-a-tab, Tabs Manager for Google Chrome™
Search, preview, jump across, and close tabs quickly in your chrome browser.
ما هو Peek-a-tab, Tabs Manager for Google Chrome™؟
Peek-a-tab, Tabs Manager for Google Chrome™ هو إضافة Chrome تم تطويرها بواسطة Pramjeet Ahlawat، والميزة الرئيسية لها هي "Search, preview, jump across, and close tabs quickly in your chrome browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Peek-a-tab, Tabs Manager for Google Chrome™
قم بتنزيل ملفات الامتداد Peek-a-tab, Tabs Manager for Google Chrome™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you have a lot of tabs opened in your browser and find it cumbersome to manage them? well here is the solution. Some points: * Use Alt+Space (Option+Space for mac) to get a list of all the tabs from all the windows. * Search in the title & url to quickly get the tab you want. * Preview a tab on mouse hover or on click. * Jump across between tabs quickly, even in different windows. * Close unnecessary tabs quickly. This extension's source code is available here: https://github.com/pramjeet/peek-a-tab
معلومات أساسية عن التمديد
الاسم | Peek-a-tab, Tabs Manager for Google Chrome™ |
ID | nnpdamdaknpnohmlbnmgphiodghbohop |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/peek-a-tab-tabs-manager-f/nnpdamdaknpnohmlbnmgphiodghbohop |
الوصف | Search, preview, jump across, and close tabs quickly in your chrome browser. |
حجم الملف | 134 KB |
عدد التثبيتات | 8,340 |
النسخة الحالية | 1.5.6 |
آخر تحديث | 2019-07-27 |
تاريخ النشر | 2019-07-26 |
تقييم | 4.36/5 مجموع تقييمات 181 |
المطور | Pramjeet Ahlawat |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Peek-a-tab, Tabs Manager for Google Chrome\u2122", "description": "Search, preview, jump across, and close tabs quickly in your chrome browser.", "version": "1.5.6", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "offline_enabled": true, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Space", "mac": "Alt+Space", "chromeos": "Alt+Space", "linux": "Alt+Space" } } } } |