Tablight

Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.

什麼是Tablight?

Tablight是由https://fouad.co開發的Chrome擴展程式,該擴展的主要功能是“Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.”。

擴展截圖

screenshot

下載Tablight擴展crx文件

下載Tablight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Mac Spotlight search for Chrome tabs.

Press Cmd/Ctrl + O to open the search bar on any page. If you need to open a file in chrome, you can still create a new tab and use the hotkey's default action.

If you have any problems, post an issue here https://github.com/fouad/chrome-tablight/issues                    

擴展基本資訊

名稱 Tablight Tablight
ID clenlcdnkhcmilhodbibgldkmldgpboi
官方網址 https://chromewebstore.google.com/detail/tablight/clenlcdnkhcmilhodbibgldkmldgpboi
簡介 Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.
檔案大小 15.12 KB
安裝次數 886
目前版本 0.0.7
更新時間 2015-01-21
上架時間 2015-01-21
評分 2.11/5 共 38 次評分
開發者 https://fouad.co
付費類型 free
擴展官網 https://fouad.co/tablight/
說明頁面URL https://github.com/fouad/chrome-tablight/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "commands": {
        "open-search": {
            "description": "open search",
            "global": false,
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab"
    ]
}