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.

Apa itu Save Your Tabs for Later?

Save Your Tabs for Later adalah ekstensi Chrome yang dikembangkan oleh bkanyo, dan fitur utamanya adalah "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Save Your Tabs for Later

Unduh file ekstensi Save Your Tabs for Later dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Save Your Tabs for Later Save Your Tabs for Later
ID dlpkofiapmkalomecepjjhlkjhommkap
URL Resmi https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap
Deskripsi Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.
Ukuran File 1.06 MB
Jumlah Instalasi 25
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-08-14
Tanggal Publikasi 2017-08-14
Pengembang bkanyo
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}