Tab Organizer

Organizes all tabs by alphabetical order grouping websites together with one click

Tab Organizerとは何ですか?

Tab Organizerはwolfmac964によって開発されたChromeの拡張機能で、その主な機能は「Organizes all tabs by alphabetical order grouping websites together with one click」です。

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

screenshot

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

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

拡張機能の使用方法

                        Organize Your Tab Bar With One Click!

If you're anything like me, then your projects are constantly filling up your browser with a ton of tabs, and trying to navigate through a mess of random tabs is not only annoying but also it takes up precious time and often disrupts your work flow.  This extension is a simple solution to that problem. Just click the extension icon once, and your tab bar will automatically rearrange itself, grouping by websites and ordered alphabetically. This extension makes your ugly mess of a tab bar organized, aesthetic, and easy to use. I promise once you use it once, you will never go back!
Questions? Email [email protected]
Download Now!                    

拡張機能の基本情報

名前 Tab Organizer Tab Organizer
ID klejmohljepdfjiffcjcecidkdpjdafb
公式URL https://chromewebstore.google.com/detail/tab-organizer/klejmohljepdfjiffcjcecidkdpjdafb
説明 Organizes all tabs by alphabetical order grouping websites together with one click
ファイルサイズ 70.36 KB
インストール数 277
現在のバージョン 1.0.0
最終更新日 2020-06-03
公開日 2020-06-02
評価 5.00/5 合計 2 レビュー
開発者 wolfmac964
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Organizer",
    "version": "1.0.0",
    "description": "Organizes all tabs by alphabetical order grouping websites together with one click",
    "author": "Mac Wolf",
    "short_name": "Tab Organizer",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    }
}