Workspaces

Save all your current tabs and come back to them later.

Apa itu Workspaces?

Workspaces adalah ekstensi Chrome yang dikembangkan oleh mdni007, dan fitur utamanya adalah "Save all your current tabs and come back to them later.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Workspaces

Unduh file ekstensi Workspaces 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

                        Are you the type of person to always have 10+ tabs open on your browser? With Workspace you can save all your open tabs without having to bookmark them. Now you can finally turn off your computer knowing that you can get back all your opened tabs.

Updates:

v2:
- Added button to update current workspaces (by Ganesh Swamypillai)                    

Informasi Dasar Ekstensi

Nama Workspaces Workspaces
ID eehocaoejekpmecmfecdkpohdkgkmoee
URL Resmi https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee
Deskripsi Save all your current tabs and come back to them later.
Ukuran File 664 KB
Jumlah Instalasi 2,918
Versi Saat Ini 2
Terakhir Diperbarui 2022-01-30
Tanggal Publikasi 2019-10-03
Penilaian 3.52/5 Total 21 Penilaian
Pengembang mdni007
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://mdislam.com/data/workspaces.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Workspaces",
    "description": "Save all your current tabs and come back to them later.",
    "version": "2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}