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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}