mercury

Type-to-search your open tabs

mercury란 무엇입니까?

mercury은(는) https://benvan.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Type-to-search your open tabs"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Mercury is a simple, fast tab finder.

Cmd+Shift+i (mac)
Ctrl+Shift+L (windows/linux)

Open the search, type to filter.
 - up/down : navigate
 - enter : select tab
 - [cmd/ctrl]-backspace : close highlighted tab                    

확장 프로그램 기본 정보

이름 mercury mercury
ID jecgkhhikedmghacamdomkngdfdodbcb
공식 URL https://chromewebstore.google.com/detail/mercury/jecgkhhikedmghacamdomkngdfdodbcb
설명 Type-to-search your open tabs
파일 크기 18.51 KB
설치 횟수 139
현재 버전 1.1.0
최근 업데이트 2017-11-21
출시 날짜 2017-11-21
평점 5.00/5 총 9 개의 평점
개발자 https://benvan.co.uk
결제 유형 free
확장 프로그램 웹 사이트 http://benvan.co.uk
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mercury",
    "description": "Type-to-search your open tabs",
    "version": "1.1.0",
    "offline_enabled": true,
    "author": "Ben van Enckevort",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "38": "icons\/icon-38.png",
            "19": "icons\/icon-19.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L",
                "mac": "Command+Shift+I"
            }
        }
    }
}