Omgili Search

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

Omgili Search là gì?

Omgili Search là một tiện ích mở rộng Chrome được phát triển bởi https://timothytocci.wordpress.com, và tính năng chính của nó là "To use, type 'omg' & 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 Omgili Search

Tải xuống các tệp mở rộng Omgili 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 Omgili from the browser. To use, type 'omg', a space, and query into the Omnibox. Then choose a time frame that you desire from the dropdown and it will open your results in a new tab. 
To view the code for this extension and many more visit: http://timothytocci.com/                    

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

Tên Omgili Search Omgili Search
ID jllbgnjiffjogdmoljjljeedafbndamm
URL Chính Thức https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm
Mô tả To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
Kích Thước Tệp 15.6 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-01-29
Ngày Phát Hành 2014-01-28
Nhà Phát Triển https://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": "Omgili Search",
    "short_name": "omg Search",
    "description": "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "omg"
    },
    "icons": {
        "16": "omg_16.png",
        "32": "omg_32.png",
        "48": "omg_48.png",
        "128": "omg_128.png"
    },
    "manifest_version": 2
}