Spaces for Chrome

Do more with less in mind.

Apa itu Spaces for Chrome?

Spaces for Chrome adalah ekstensi Chrome yang dikembangkan oleh Danny Fallas, dan fitur utamanya adalah "Do more with less in mind.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Spaces for Chrome

Unduh file ekstensi Spaces for Chrome 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

                        Have to many tabs on your window, click to create a new Space and store it for when you need all those tab again. This will allow you to have multiple workspaces.

How to use:
1) Click on the extension icon, this will prompt for a Space name.
2) When you want to recover the space, right-click on the extension icon and choose the Space you want to get                    

Informasi Dasar Ekstensi

Nama Spaces for Chrome Spaces for Chrome
ID mejaedfjghhonfahjkmbkphdibnlbool
URL Resmi https://chromewebstore.google.com/detail/spaces-for-chrome/mejaedfjghhonfahjkmbkphdibnlbool
Deskripsi Do more with less in mind.
Ukuran File 179 KB
Jumlah Instalasi 92
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2019-07-04
Tanggal Publikasi 2019-07-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Danny Fallas
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spaces for Chrome",
    "version": "1.2.1",
    "description": "Do more with less in mind.",
    "icons": {
        "128": "media\/spaces_v1.2.0.png"
    },
    "browser_action": {
        "default_title": "Save Space"
    },
    "content_scripts": [
        {
            "js": [
                "js\/assets\/jquery-3.2.1.slim.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/background.js",
        "media\/spaces_v1.2.0.png"
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}