Vimeo Search

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

Vimeo Search là gì?

Vimeo Search là một tiện ích mở rộng Chrome được phát triển bởi http://timothytocci.wordpress.com, và tính năng chính của nó là "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vimeo Search

Tải xuống các tệp mở rộng Vimeo Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
URL Chính Thức https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
Mô tả To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Kích Thước Tệp 14.46 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-01-26
Ngày Phát Hành 2014-01-26
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://timothytocci.wordpress.com
Loại Thanh Toán free
Trang Web Mở Rộng http://timothytocci.com/
URL Trang Trợ Giúp http://timothytocci.com/
Ngôn Ngữ Được Hỗ Trợ 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
}