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文件

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