TabOrganizer

This extension provides quick actions to manage tabs.

什麼是TabOrganizer?

TabOrganizer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension provides quick actions to manage tabs.”。

擴展截圖

screenshot
screenshot

下載TabOrganizer擴展crx文件

下載TabOrganizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simple Chrome extension to manage tabs. Offers the follow commands:

- Sort By Title
    - Sorts all tabs in the current window by the Title of the page loaded in the tab.
- Sort By Website
    - Sorts all tabs in the current window by the URL of the page loaded in the tab.
- Sort By Domain
    - Sorts all tabs in the current window by the root domain the page loaded in the tab. This ignores all subdomains.
- Merge All Windows
    - Moves all tabs from other windows and appends them to the end of the current window.
- Move Tab to New Window
    - Creates a new window with the current tab.                    

擴展基本資訊

名稱 TabOrganizer TabOrganizer
ID pihippcgjjgehpboiemeenhclbohhblo
官方網址 https://chromewebstore.google.com/detail/taborganizer/pihippcgjjgehpboiemeenhclbohhblo
簡介 This extension provides quick actions to manage tabs.
檔案大小 21.05 KB
安裝次數 58
目前版本 1.0.1
更新時間 2020-05-14
上架時間 2020-05-13
評分 4.67/5 共 3 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/adrum/chrome-tab-organizer
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabOrganizer",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This extension provides quick actions to manage tabs.",
    "homepage_url": "https:\/\/github.com\/adrum\/chrome-tab-organizer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "TabOrganizer",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ]
}