Save for later

Save tabs in window to be used later

Save for laterとは何ですか?

Save for laterはAllen Abrahamによって開発されたChromeの拡張機能で、その主な機能は「Save tabs in window to be used later」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Save for later is a simple web extension used to save all your tabs in a clean and organised manner to be used at any time later.

Key features:
✔️ Save multiple tabs in a single save
✔️ Select tabs in open Window for more control
✔️ Saved sessions are available to be opened in single click
✔️ Edit Saves to have a memorable name
✔️ Delete used session when you’ve finished using them
✔️ Open individual links within a save

View the source code and contribute to this open source project at: 
https://github.com/allen505/save-for-later                    

拡張機能の基本情報

名前 Save for later Save for later
ID nkphlkgkhmdaecflflapohlkkchmcacc
公式URL https://chromewebstore.google.com/detail/save-for-later/nkphlkgkhmdaecflflapohlkkchmcacc
説明 Save tabs in window to be used later
ファイルサイズ 526 KB
インストール数 5,629
現在のバージョン 1.2.1
最終更新日 2023-02-22
公開日 2020-03-06
評価 4.71/5 合計 34 レビュー
開発者 Allen Abraham
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/allen505/save-for-later
ヘルプページのURL https://github.com/allen505/save-for-later/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save for later",
    "version": "1.2.1",
    "description": "Save tabs in window to be used later",
    "icons": {
        "36": "icons\/main-36.png",
        "48": "icons\/main-48.png",
        "64": "icons\/main-64.png",
        "96": "icons\/main-96.png",
        "128": "icons\/main-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "node_modules\/webextension-polyfill\/dist\/browser-polyfill.min.js",
            "background-script.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/main-64.png",
        "default_title": "Save for later",
        "default_popup": "popup\/main.html",
        "browser_style": true
    },
    "offline_enabled": true
}