Sort those Tabs

Organize large browsing sessions with ease

Sort those Tabsคืออะไร?

Sort those Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย purpleapps และคุณลักษณะหลักของมันคือ "Organize large browsing sessions with ease"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sort those Tabs

ดาวน์โหลดไฟล์ส่วนขยาย Sort those Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Organizing your Chrome tabs in a large, multi-window browsing session can be a pain. Sort those Tabs makes this process quick and easy.

- Access all your Chrome windows and tabs from the same page
- Easily close, transfer, and re-order your Chrome tabs and windows
- Automatically sort tabs by title or domain name
- Automatically remove duplicate tabs
- Apply or reset your changes with the click of a button


Changelog for v1.1.0:
- Updated button icons
- Shortened button tooltip titles
- Clicking on a tab now brings it into focus
- Added session and window-level sorting for the following features:
  - Sorting by domain name
  - Sorting by tab title
  - Removal of duplicate tabs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sort those Tabs Sort those Tabs
ID hkpcnabklhpajnjmmfmnpihcjjkojjpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sort-those-tabs/hkpcnabklhpajnjmmfmnpihcjjkojjpg
คำอธิบาย Organize large browsing sessions with ease
ขนาดไฟล์ 215 KB
จำนวนการติดตั้ง 310
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา purpleapps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/f-jiang/sort-those-tabs
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sort those Tabs",
    "description": "Organize large browsing sessions with ease",
    "version": "1.1.0",
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}