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
Eメール [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"
    }
}