BMTab
Put the tab to bookmark for future access and to release the resources
Что такое BMTab?
BMTab - это расширение Chrome, разработанное zncoder, и его основная функция - "Put the tab to bookmark for future access and to release the resources".
Снимки экрана расширения
Скачать файл CRX расширения BMTab
Скачайте файлы расширений BMTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Sometimes you may want to close a tab either because you have too many tabs or you'd like to revisit the page in the near future, you can click the icon to put the site to a special bmtab bookmark folder. You can access these tabs from the Bmtab page by right clicking the icon and selecting the "Show Bmtabs page". This add-on was inspired by OneTab. But OneTab may lose the saved tabs occasionally for unknown reason. This add-on saves the tabs in the "bmtab-bn4yaq" bookmark folder for simple and reliable storage.
Основная информация о расширении
Название | |
ID | djpdjipenanplkappkhojednmhkihfjo |
Официальный URL | https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo |
Описание | Put the tab to bookmark for future access and to release the resources |
Размер файла | 22.39 KB |
Количество установок | 56 |
Текущая Версия | 1.8.2 |
Последнее Обновление | 2019-12-17 |
Дата публикации | 2019-12-17 |
Рейтинг | 4.33/5 Всего 6 оценок |
Разработчик | zncoder |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/zncoder/bmtab |
URL страницы помощи | https://github.com/zncoder/bmtab |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BMTab", "version": "1.8.2", "manifest_version": 2, "description": "Put the tab to bookmark for future access and to release the resources", "icons": { "48": "icons\/48.png" }, "permissions": [ "tabs", "bookmarks", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_style": true, "default_icon": "icons\/32.png", "default_title": "Click to put this tab to bookmark" } } |