Chrome History Fuzzy Search

Fuzzy search across all you history

Chrome History Fuzzy Search란 무엇입니까?

Chrome History Fuzzy Search은(는) Moshe Zada에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fuzzy search across all you history"입니다.

확장 프로그램 스크린샷

screenshot

Chrome History Fuzzy Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Access your history fast.
Use Cmd+K to open the search bar.
Choose page via arrows or by pressing Alt + {num}                    

확장 프로그램 기본 정보

이름 Chrome History Fuzzy Search Chrome History Fuzzy Search
ID eoifkcjmkbanbcllbnbnjohmajcjfanl
공식 URL https://chromewebstore.google.com/detail/chrome-history-fuzzy-sear/eoifkcjmkbanbcllbnbnjohmajcjfanl
설명 Fuzzy search across all you history
파일 크기 3.14 MB
설치 횟수 119
현재 버전 0.0.2
최근 업데이트 2016-06-03
출시 날짜 2016-06-03
평점 3.80/5 총 5 개의 평점
개발자 Moshe Zada
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/MosheZada/chromeHistoryFuzz
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome History Fuzzy Search",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Fuzzy search across all you history",
    "options_page": "html\/options.html",
    "permissions": [
        "history",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+K",
                "mac": "Command+K",
                "default": "Ctrl+K"
            }
        }
    },
    "browser_action": {
        "default_popup": "html\/index.html",
        "default_icon": "images\/H4.png"
    }
}