GitHub Search Tool

Instant access to the GitHub search bar

GitHub Search Tool là gì?

GitHub Search Tool là một tiện ích mở rộng Chrome được phát triển bởi Paweł Urbanek, và tính năng chính của nó là "Instant access to the GitHub search bar".

Ả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 GitHub Search Tool

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

                        Extension provides access to the GitHub search bar.

Click the icon or press CTRL(CMD)+SHIFT+F to show the search bar. Type in the search phrase and press ENTER. 

Results will display in the current tab.

If you have already a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings.                    

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

Tên GitHub Search Tool GitHub Search Tool
ID mppgeiejiiffmgmhllepmpjpaaffakpl
URL Chính Thức https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl
Mô tả Instant access to the GitHub search bar
Kích Thước Tệp 23.06 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2013-12-02
Ngày Phát Hành 2013-12-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Paweł Urbanek
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pawurb/GitHubSimpleSearch
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Search Tool",
    "description": "Instant access to the GitHub search bar",
    "version": "0.2.2",
    "browser_action": {
        "default_title": "GitHub Simple Search",
        "default_popup": "search_bar.html",
        "default_icon": "images\/popup-icon.png"
    },
    "icons": {
        "128": "images\/128-icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "manifest_version": 2
}