Tabqueue

Handles tab activation history with a queue

Tabqueueคืออะไร?

Tabqueue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appsweets.net และคุณลักษณะหลักของมันคือ "Handles tab activation history with a queue"

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

screenshot

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

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

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

                        Tabqueue manages tab activation order, so if you close a tab, the last active tab will be highlighted. This functionality is inspired by Opera 12.

Tabqueue はタブの活性化の順番を管理し、タブを閉じた時に最後に選択したタブをアクティブにします。この機能は Opera 12 に影響を受けています。                    

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

ชื่อ Tabqueue Tabqueue
ID pghkhbkcicjcmgobjcgcabpmngbljill
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabqueue/pghkhbkcicjcmgobjcgcabpmngbljill
คำอธิบาย Handles tab activation history with a queue
ขนาดไฟล์ 23.13 KB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-10-24
วันที่เผยแพร่ 2016-07-22
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://appsweets.net
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_name__",
    "version": "2.1.0",
    "icons": {
        "128": "icon128.png"
    },
    "description": "__MSG_extension_desc__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "homepage_url": "https:\/\/appsweets.net\/",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "commands": {
        "pop_history": {
            "suggested_key": "Ctrl+Comma",
            "description": "__MSG_pop_history_desc__"
        }
    }
}