Vimeo Search

To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com

Vimeo Search란 무엇입니까?

Vimeo Search은(는) http://timothytocci.wordpress.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is an Omnibox extension that enables you to search Vimeo from your browser. 
To use, type 'vim' & space, and a query term into the Omnibox. 
To view the code for this addon and many more go to http://timothytocci.com/                    

확장 프로그램 기본 정보

이름 Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
공식 URL https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
설명 To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
파일 크기 14.46 KB
설치 횟수 61
현재 버전 0.1
최근 업데이트 2014-01-26
출시 날짜 2014-01-26
평점 4.33/5 총 3 개의 평점
개발자 http://timothytocci.wordpress.com
결제 유형 free
확장 프로그램 웹 사이트 http://timothytocci.com/
도움말 페이지 URL http://timothytocci.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vimeo Search",
    "short_name": "vim Search",
    "description": "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "vim"
    },
    "icons": {
        "16": "vim_16.png",
        "32": "vim_32.png",
        "48": "vim_48.png",
        "128": "vim_128.png"
    },
    "manifest_version": 2
}