TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
ما هو TabList؟
TabList هو إضافة Chrome تم تطويرها بواسطة Arthur Gerkis، والميزة الرئيسية لها هي "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TabList
قم بتنزيل ملفات الامتداد TabList بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will replace a standard new tab page with own page and will list all opened tabs (very useful when you lots of them). You can manage your tabs from this list — rearrange tabs by dragging and dropping, close, refresh, focus, free memory. Also it can view your bookmarks bar. You can find code here: https://github.com/ax330d/TabList
معلومات أساسية عن التمديد
الاسم | TabList |
ID | degjjfncecoliapmdalnecogigkhldam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam |
الوصف | This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs. |
حجم الملف | 341 KB |
عدد التثبيتات | 217 |
النسخة الحالية | 1.0.9 |
آخر تحديث | 2017-09-04 |
تاريخ النشر | 2017-09-04 |
تقييم | 4.00/5 مجموع تقييمات 5 |
المطور | Arthur Gerkis |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabList", "version": "1.0.9", "description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.", "chrome_url_overrides": { "newtab": "newTab.html" }, "incognito": "split", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "bookmarks", "storage", "chrome:\/\/favicon\/" ], "options_page": "options.html", "manifest_version": 2, "web_accessible_resources": [ "fonts\/*" ] } |