Awesome Window & Tab Manager

Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.

Awesome Window & Tab Managerとは何ですか?

Awesome Window & Tab Managerはhttps://upway2late.comによって開発されたChromeの拡張機能で、その主な機能は「Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.」です。

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

screenshot
screenshot
screenshot
screenshot

Awesome Window & Tab Manager拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Awesome Window & Tab Manager does the following:

(1) - Tells you how many Chrome windows and tabs are open.
(2) - Displays all the windows and tabs.
(3) - Allows text filtering (searching) on the windows and tabs.
(4) - Allows alphabetic sorting of tabs.
(5) - Categorizes tabs by window, domain, or category.
(6) - Categories are determined by your own bookmark structure.
(7) - Window, domain, or category groups can be refreshed or closed.
(8) - All windows and tabs can be saved and restored later.
(9) - Window, domain, or category groups can be saved and restored later.
(10) - Unbookmarked tabs can be bookmarked.

Note: Google Chrome version 16 or higher is required for tab refreshing functionality.                    

拡張機能の基本情報

名前 Awesome Window & Tab Manager Awesome Window & Tab Manager
ID nfjaddknccljfohoaekkibpcceeenkah
公式URL https://chromewebstore.google.com/detail/awesome-window-tab-manage/nfjaddknccljfohoaekkibpcceeenkah
説明 Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.
ファイルサイズ 81.28 KB
インストール数 1,570
現在のバージョン 1.0.0.1
最終更新日 2016-09-22
公開日 2016-09-22
評価 3.82/5 合計 28 レビュー
開発者 https://upway2late.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.upway2late.com/projects/awesome-window-tab-manager
ヘルプページのURL http://www.upway2late.com/projects/awesome-window-tab-manager
プライバシーポリシーページのURL http://www.upway2late.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Window & Tab Manager",
    "version": "1.0.0.1",
    "description": "Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Awesome Window & Tab Manager",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}