Groups Search

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

Groups Search là gì?

Groups 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 'ggs' & 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 Groups Search

Tải xuống các tệp mở rộng Groups 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

                        Search Google Groups from the Omnibox. To use, type 'ggs' & space, and a query term into the Omnibox.
To view the code for this addon and many others go to http://timothytocci.com/                    

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

Tên Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
URL Chính Thức https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
Mô tả To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Kích Thước Tệp 15.49 KB
Số Lần Cài Đặt 21
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à 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": "Groups Search",
    "short_name": "ggs Search",
    "description": "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ggs"
    },
    "icons": {
        "16": "ggs_16.png",
        "32": "ggs_32.png",
        "48": "ggs_48.png",
        "128": "ggs_128.png"
    },
    "manifest_version": 2
}