Save Your Tabs for Later

Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.

Save Your Tabs for Laterとは何ですか?

Save Your Tabs for Laterはbkanyoによって開発されたChromeの拡張機能で、その主な機能は「Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.」です。

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

screenshot
screenshot

Save Your Tabs for Later拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.

Using this extension can be really useful when you are researching on the internet in multiple topics or just have multiple workflows for multiple tasks which are require different tabs to be opened.

You can use this extension to extend your capability by focusing on more tasks at the same time or just switching tasks on-the-fly by opening a saved session in this add-on.                    

拡張機能の基本情報

名前 Save Your Tabs for Later Save Your Tabs for Later
ID dlpkofiapmkalomecepjjhlkjhommkap
公式URL https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap
説明 Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.
ファイルサイズ 1.06 MB
インストール数 25
現在のバージョン 1.0.2
最終更新日 2017-08-14
公開日 2017-08-14
開発者 bkanyo
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Your Tabs for Later",
    "description": "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.",
    "version": "1.0.2",
    "shortName": "Save tabs",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_popup": "index.html"
    }
}