Tabasco

Spicy Tab Management - Search, sort and manage your tabs.

Tabascoคืออะไร?

Tabasco เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://donatstudios.com และคุณลักษณะหลักของมันคือ "Spicy Tab Management - Search, sort and manage your tabs."

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

screenshot
screenshot

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

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

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

                        Tabasco is a super helpful tab manager / advanced tab search tool.

Tabasco will help you do the following with your tabs

- Search tabs with an advanced search syntax
- Move search results to a new window
- Merge all windows
- Close duplicate tabs
- Find all tabs from a domain
- Close groups of tabs including entire domains and entire search result sets

By default the text of the tab title and URL will be searched.

Additionally you can:

- Find noisy tabs with: is:audible
- Find pinned tabs with: is:pinned
- Find tabs on a specific host with host:example.com
- Negate searches with ! e.g. !item or !"multi word"                    

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

ชื่อ Tabasco Tabasco
ID apnefdpgaignkblccanndkelkjabjgjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabasco/apnefdpgaignkblccanndkelkjabjgjh
คำอธิบาย Spicy Tab Management - Search, sort and manage your tabs.
ขนาดไฟล์ 60.68 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 0.12.1
อัปเดตครั้งล่าสุด 2023-12-23
วันที่เผยแพร่ 2020-06-17
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://donatstudios.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/donatj/tabasco
URL หน้าช่วยเหลือ https://github.com/donatj/tabasco/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/donatj/tabasco/blob/master/PRIVACY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabasco",
    "description": "Spicy Tab Management - Search, sort and manage your tabs.",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.12.1",
    "offline_enabled": true,
    "homepage_url": "https:\/\/github.com\/donatj\/tabasco",
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Tabasco: Spicy Tab Management",
        "default_popup": "index.html"
    },
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "sidePanel"
    ]
}