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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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",
" | |