Left Tab Window Group Manager
Reset the selected tab for each window to its left most tab to help manager tabs into window groups.
ما هو Left Tab Window Group Manager؟
Left Tab Window Group Manager هو إضافة Chrome تم تطويرها بواسطة keithgabryelski، والميزة الرئيسية لها هي "Reset the selected tab for each window to its left most tab to help manager tabs into window groups.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Left Tab Window Group Manager
قم بتنزيل ملفات الامتداد Left Tab Window Group Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Reset the selected tab for each window to its left most tab. Why? Because window lists (Window menu) lists the currently selected tab and there are many times when that tab-title will not help you find what the original intention of that new window was intended to be. Technique: Group your windows into small numbers of tabs with the left most tab being the indentifier for the group. Use this extension's browser action to reset the select tabs on all your windows so that you can find the group of tabs your are looking for.
معلومات أساسية عن التمديد
الاسم | |
ID | lefkebnokcjocjgajlbegiobikpbcfhg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lefkebnokcjocjgajlbegiobikpbcfhg |
الوصف | Reset the selected tab for each window to its left most tab to help manager tabs into window groups. |
حجم الملف | 26.49 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-11-15 |
تاريخ النشر | 2015-11-15 |
المطور | keithgabryelski |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Left Tab Window Group Manager", "version": "1.0", "description": "Reset the selected tab for each window to its left most tab to help manager tabs into window groups.", "author": "Keith Gabryelski", "homepage_url": "https:\/\/github.com\/keithgabryelski\/left-tab-window-group-manager", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png" } } |