TabSaver

Save old tabs for later and free up memory

TabSaverとは何ですか?

TabSaverは16 Bit Imagesによって開発されたChromeの拡張機能で、その主な機能は「Save old tabs for later and free up memory」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

TabSaver拡張機能のCRXファイルをダウンロード

TabSaver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Save extra tabs for later to prevent them from eating up extra system resources. TabSaver reduces the amount of memory that Chrome needs by saving tabs for later use. It is lightweight, easy to use, and simple to save and restore tabs.                    

拡張機能の基本情報

名前 TabSaver TabSaver
ID ldmodhipdcnknfdhecnmoiaecbjhnmjc
公式URL https://chromewebstore.google.com/detail/tabsaver/ldmodhipdcnknfdhecnmoiaecbjhnmjc
説明 Save old tabs for later and free up memory
ファイルサイズ 17.74 KB
インストール数 128
現在のバージョン 0.2.1
最終更新日 2017-10-20
公開日 2017-10-20
評価 3.50/5 合計 2 レビュー
開発者 16 Bit Images
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabSaver",
    "short_name": "TabSaver",
    "description": "Save old tabs for later and free up memory",
    "version": "0.2.1",
    "author": "Martin Green",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}