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
官方網址 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"
    }
}