Tabulator
Manage your open tabs from the new tab page
ما هو Tabulator؟
Tabulator هو إضافة Chrome تم تطويرها بواسطة https://gettabulator.com، والميزة الرئيسية لها هي "Manage your open tabs from the new tab page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabulator
قم بتنزيل ملفات الامتداد Tabulator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tabulator is tab management for power users. If you're the kind of user that has a ton of tabs open at all times, this is the extension for you.
Tabulator takes over your new tab page and allows:
- viewing all your open tabs
- filtering through open tabs, by title or url
- switching to a tab, usually after filtering
- closing tabs from the page
- re-ordering tabs via drag and drop معلومات أساسية عن التمديد
| الاسم | |
| ID | fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
| الوصف | Manage your open tabs from the new tab page |
| حجم الملف | 74.77 KB |
| عدد التثبيتات | 196 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2018-07-08 |
| تاريخ النشر | 2018-07-07 |
| تقييم | 4.00/5 مجموع تقييمات 3 |
| المطور | https://gettabulator.com |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tabulator",
"author": "Ammar Khaku",
"version": "1.1.0",
"description": "Manage your open tabs from the new tab page",
"icons": {
"128": "images\/icon-128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"scripts": [
"bundles\/background.js"
],
"persistent": true
},
"permissions": [
"tabs",
" | |