Fyt

Fyt helps you find and navigate to tabs easily. Get healthy, get Fyt.

Fytคืออะไร?

Fyt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lifelikeleaf และคุณลักษณะหลักของมันคือ "Fyt helps you find and navigate to tabs easily. Get healthy, get Fyt."

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

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

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

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

                        Having too many tabs open? Ever had trouble finding a tab you're looking for? You don't ever have to close or clean up your tabs again.

Fyt helps you find and navigate tabs easily. Get healthy, get Fyt.

For power users, Fyt means mouse-free tab navigation. Use Alt+Shift+L to launch extension (or set your own shortcut by going to chrome://extensions -> Keyboard shortcuts). Esc to close. Up and Down arrow keys to navigate tabs. Enter to go to tab. Search box to filter.

Revision history:
v3.3
- add default_title/tooltip for the extension icon next to omnibox
- add icon in the extensions management page (chrome://extensions)
- add a badge to icon

v3.0 enables you to navigate tabs using Up and Down arrow keys. Enter/Return to jump to tab.

v2.2 adds a hotkey (Alt+Shift+F) for launching the extension, provides improved user experience - no more flickering when searching for a tab. Special characters (like *./$^[]) are now allowed - no more ugly error messages.                    

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

ชื่อ Fyt Fyt
ID nkldfnbbpikmpjfiacclmdcmfenfeiee
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nkldfnbbpikmpjfiacclmdcmfenfeiee
คำอธิบาย Fyt helps you find and navigate to tabs easily. Get healthy, get Fyt.
ขนาดไฟล์ 43.84 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2013-11-27
วันที่เผยแพร่ 2013-11-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา lifelikeleaf
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fyt",
    "description": "Fyt helps you find and navigate to tabs easily. Get healthy, get Fyt.",
    "version": "3.3",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon128x128.png",
        "default_popup": "main.html",
        "default_title": "Find Your Tab"
    },
    "icons": {
        "16": "icon128x128.png",
        "48": "icon128x128.png",
        "128": "icon128x128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+L",
                "mac": "Alt+Shift+L",
                "chromeos": "Alt+Shift+L",
                "linux": "Alt+Shift+L"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}