BMTab
Put the tab to bookmark for future access and to release the resources
What is BMTab?
BMTab is a Chrome extension developed by zncoder, and its main feature is "Put the tab to bookmark for future access and to release the resources".
Extension Screenshots
Download BMTab Extension CRX File
Download BMTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | djpdjipenanplkappkhojednmhkihfjo |
Official URL | https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo |
Description | Put the tab to bookmark for future access and to release the resources |
File Size | 22.39 KB |
Installation Count | 56 |
Current Version | 1.8.2 |
Last Updated | 2019-12-17 |
Publish Date | 2019-12-17 |
Rating | 4.33/5 Total 6 Ratings |
Developer | zncoder |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zncoder/bmtab |
Help Page URL | https://github.com/zncoder/bmtab |
Supported Languages | 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" } } |