Tab Focused

Stashes all tabs in currently opened window to a named clipboard.

Tab Focusedとは何ですか?

Tab Focusedはhttps://metacode.bizによって開発されたChromeの拡張機能で、その主な機能は「Stashes all tabs in currently opened window to a named clipboard.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Tab Focused helps you control myriad of opened browser tabs by hiding those that are unnecessary at the moment.

Click on the tab icon on the toolbar and type a name for your clipboard under which tabs are to be saved. When you click "Stash bookmarks" the current window will be closed and all tabs will be transferred to the stash. When you open a new Chrome window and click on the tab icon again you will see the stash that you have just created. When you click on it all the tabs from the stash will be opened in a new window.

Send suggestions and bug reports to [email protected]                    

拡張機能の基本情報

名前 Tab Focused Tab Focused
ID mhdljapdjjfoeafbcldiajggppjomeno
公式URL https://chromewebstore.google.com/detail/tab-focused/mhdljapdjjfoeafbcldiajggppjomeno
説明 Stashes all tabs in currently opened window to a named clipboard.
ファイルサイズ 14.09 KB
インストール数 175
現在のバージョン 1.1
最終更新日 2013-10-14
公開日 2013-10-14
評価 5.00/5 合計 2 レビュー
開発者 https://metacode.biz
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://metacode.biz/privacy/policy
対応言語 en,pl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focused",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon20.png"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "version": "1.1"
}