Favitabs

Organise tabs by favicon, navigate them with mouse or keyboard

Favitabsคืออะไร?

Favitabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Richard Tucker และคุณลักษณะหลักของมันคือ "Organise tabs by favicon, navigate them with mouse or keyboard"

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

screenshot

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

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

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

                        Are you fed up with having so many tabs and never being able to find the right one? Do end up with many duplicate tabs as a result? Favitabs shows all your tabs at a glance, organised by favicon and title. It works both as a replacement for the new tab page and as a pop-up which you can set to whatever key combination you like. It also lets you quickly search for tabs by title and navigate them using the keyboard.

Favitabs does not request unnecessary permissions and does not have access to page content. It does not spy on you and send information to any server. It does not include any ads.                    

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

ชื่อ Favitabs Favitabs
ID cooeblelamnaioffbochepdnmminogdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg
คำอธิบาย Organise tabs by favicon, navigate them with mouse or keyboard
ขนาดไฟล์ 9.44 KB
จำนวนการติดตั้ง 3,985
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-10-31
วันที่เผยแพร่ 2019-02-08
คะแนน 4.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Richard Tucker
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Favitabs",
    "author": "Richard Tucker",
    "version": "1.1",
    "description": "Organise tabs by favicon, navigate them with mouse or keyboard",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+F"
            }
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_popup": "popup.html"
    }
}