BMTab

Put the tab to bookmark for future access and to release the resources

什么是BMTab?

BMTab是由zncoder开发的Chrome扩展程序,该扩展的主要功能是“Put the tab to bookmark for future access and to release the resources”。

扩展截图

screenshot

下载BMTab扩展crx文件

下载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.                    

扩展基本信息

名称 BMTab BMTab
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"
    }
}