Workspace

Store unneeded tabs in one page, and free up tab space

Workspaceとは何ですか?

WorkspaceはFreeman Louによって開発されたChromeの拡張機能で、その主な機能は「Store unneeded tabs in one page, and free up tab space」です。

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

screenshot

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

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

拡張機能の使用方法

                        Sometimes there are tabs that are not needed immediately, but are also not important enough to be bookmarked. Workspace temporarily stores the links in one page, freeing tab space and allowing for more flexibility.

Use by clicking on the added button next to address bar. A small window will appear that says "Save All Tabs". Click and all your tabs will disappear; they are listed on a newly created tab. Restore them all with one button!

Icon by http://appercuts.blogspot.com/                    

拡張機能の基本情報

名前 Workspace Workspace
ID pfpbeaemdigklchgdmmkldnaieimmmin
公式URL https://chromewebstore.google.com/detail/workspace/pfpbeaemdigklchgdmmkldnaieimmmin
説明 Store unneeded tabs in one page, and free up tab space
ファイルサイズ 7.9 KB
インストール数 29
現在のバージョン 1.0
最終更新日 2017-03-21
公開日 2017-03-21
評価 4.50/5 合計 2 レビュー
開発者 Freeman Lou
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workspace",
    "description": "Store unneeded tabs in one page, and free up tab space",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}