Git Search

GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!

Git Search là gì?

Git Search là một tiện ích mở rộng Chrome được phát triển bởi Georg Kunz · @geku, và tính năng chính của nó là "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!".

Ả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 Git Search

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

                        Get quick access to the most important pages of your GitHub Account: type "gh" into the input field followed by the name of a repository or user. Select the desired repository or user with the cursor and hit enter. Git Search brings you directly to the page without long typing.

Examples:
git 
git  pulls
git  issues
git  
git 
git 
git 


Git Search implements a subset of the GitHub CommandBar commands on their page (https://github.com/blog/1264-introducing-the-command-bar).

Git Search is not affiliated with GitHub.                    

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

Tên Git Search Git Search
ID cagcemjohhdepmbdngeehkmidlfmgmnn
URL Chính Thức https://chromewebstore.google.com/detail/git-search/cagcemjohhdepmbdngeehkmidlfmgmnn
Mô tả GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!
Kích Thước Tệp 54.12 KB
Số Lần Cài Đặt 312
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-09-18
Ngày Phát Hành 2012-09-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Georg Kunz · @geku
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Search",
    "description": "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!",
    "version": "1.0",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "omnibox": {
        "keyword": "gh"
    },
    "permissions": [
        "tabs",
        "https:\/\/github.com\/"
    ],
    "manifest_version": 2
}