Workspaces

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

Workspacesとは何ですか?

Workspacesはmdni007によって開発されたChromeの拡張機能で、その主な機能は「Save all your current tabs and come back to them later.」です。

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

screenshot

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

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

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 Workspaces Workspaces
ID eehocaoejekpmecmfecdkpohdkgkmoee
公式URL https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee
説明 Save all your current tabs and come back to them later.
ファイルサイズ 664 KB
インストール数 2,918
現在のバージョン 2
最終更新日 2022-01-30
公開日 2019-10-03
評価 3.52/5 合計 21 レビュー
開発者 mdni007
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://mdislam.com/data/workspaces.html
対応言語 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"
    ]
}