Fyt

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

Fyt란 무엇입니까?

Fyt은(는) lifelikeleaf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fyt helps you find and navigate to tabs easily. Get healthy, get Fyt."입니다.

확장 프로그램 스크린샷

Fyt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}