BMTab
Put the tab to bookmark for future access and to release the resources
¿Qué es BMTab?
BMTab es una extensión de Chrome desarrollada por zncoder, y su función principal es "Put the tab to bookmark for future access and to release the resources".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BMTab
Descarga archivos de extensión BMTab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | djpdjipenanplkappkhojednmhkihfjo |
URL Oficial | https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo |
Descripción | Put the tab to bookmark for future access and to release the resources |
Tamaño del Archivo | 22.39 KB |
Cantidad de Instalaciones | 56 |
Versión Actual | 1.8.2 |
Última Actualización | 2019-12-17 |
Fecha de Publicación | 2019-12-17 |
Calificación | 4.33/5 Total de 6 Calificaciones |
Desarrollador | zncoder |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/zncoder/bmtab |
URL de la Página de Ayuda | https://github.com/zncoder/bmtab |
Idiomas Soportados | 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" } } |