Tab Saver

One button click to save your current tab session offline for later restoring.

Tab Saverとは何ですか?

Tab Saverはhttps://noahyamamoto.comによって開発されたChromeの拡張機能で、その主な機能は「One button click to save your current tab session offline for later restoring.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Tab Saver provides a friendly little button that, upon pressing, will close and save all your open tabs to local storage for easy restoring later.

Features include:
  - Up to 95% memory reduction by saving your tab session for later.
  - Can be used as an alternative to extensions like Panic Button and OneTab.
  - Simple and colorful tab preview page that randomly generates a new background every time.
  - Gathers absolutely zero information on you and is completely open source (https://github.com/Egrodo/tab-saver-chrome-extension)
  - Super small extension, doesn't run in the background when not used, doesn't add any bloat to your browser

More features will be added as I think of them, suggestions welcome!                    

拡張機能の基本情報

名前 Tab Saver Tab Saver
ID bcolcolejgecmpoklbikgcecpmchnkhh
公式URL https://chromewebstore.google.com/detail/tab-saver/bcolcolejgecmpoklbikgcecpmchnkhh
説明 One button click to save your current tab session offline for later restoring.
ファイルサイズ 43.49 KB
インストール数 382
現在のバージョン 1.2
最終更新日 2019-12-21
公開日 2019-12-20
評価 3.00/5 合計 4 レビュー
開発者 https://noahyamamoto.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Egrodo/Tab-Saver-Chrome-Extension
ヘルプページのURL https://github.com/Egrodo/Tab-Saver-Chrome-Extension/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Saver",
    "description": "One button click to save your current tab session offline for later restoring.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_title": "Tab Saver"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}