Recent history search

type 'recent' and then search only through recent history

Recent history search란 무엇입니까?

Recent history search은(는) spencermountain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "type 'recent' and then search only through recent history"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Recent history search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        if you're looking for a page you've been to recently, you can type 'recent' in the taskbar and it returns only matches you've been to lately.

a nice way to filter down omnibar results, and i nice way to glance quickly at your browsing history.

type 'recent bbc' and see the bbc articles you've read today, etc                    

확장 프로그램 기본 정보

이름 Recent history search Recent history search
ID nfdldcdnbmcfbfcoljedibanidjdgjbf
공식 URL https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf
설명 type 'recent' and then search only through recent history
파일 크기 24.01 KB
설치 횟수 84
현재 버전 1.1
최근 업데이트 2014-04-20
출시 날짜 2014-04-20
평점 2.00/5 총 1 개의 평점
개발자 spencermountain
결제 유형 free
도움말 페이지 URL https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent history search",
    "description": " type 'recent' and then search only through recent history",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "recent"
    },
    "permissions": [
        "history"
    ],
    "icons": {
        "16": "icon.png",
        "48": "tie48.png",
        "128": "tie128.png"
    },
    "manifest_version": 2
}