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
官方網址 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"
    }
}