Search GitHub

A must-have DevTool that searches GitHub from your very own Chrome menu

Search GitHub란 무엇입니까?

Search GitHub은(는) Abir Bhushan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A must-have DevTool that searches GitHub from your very own Chrome menu"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Search GitHub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Search GitHub is a Chrome extension that brings you instant access to GitHub repositories, users, code, commits, issues, marketplace, and much more. It comes with a basic, one-click repository search, along with an advanced search option that can be used to generate powerful search queries using 24 different parameters.

Feedback:
Email: [email protected]

_______________________________________________

The best place for support is not in the reviews section below, but on GitHub: 

https://github.com/abircb/search-github/issues

_______________________________________________

History:
• 1.0.6
       - More cool facts and Pro tips
• 1.0.5
       - Update Advanced Search options
       - Some performance optimisations
• 1.0.4
        - Add focus on input when the extension starts
• 1.0.3
        - Improve performance
        - Fix bugs in 1.0.2
• 1.0.2
        - Added Marketplace search
• 1.0.1
       - Supported light icon for dark themes                    

확장 프로그램 기본 정보

이름 Search GitHub Search GitHub
ID fbdfmneommmclhkndkhdagkcebgekkna
공식 URL https://chromewebstore.google.com/detail/search-github/fbdfmneommmclhkndkhdagkcebgekkna
설명 A must-have DevTool that searches GitHub from your very own Chrome menu
파일 크기 20.66 KB
설치 횟수 242
현재 버전 1.0.6
최근 업데이트 2020-07-29
출시 날짜 2020-05-08
개발자 Abir Bhushan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/abircb/search-github
도움말 페이지 URL https://github.com/abircb/search-github/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search GitHub",
    "description": "A must-have DevTool that searches GitHub from your very own Chrome menu",
    "version": "1.0.6",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "48": "icons\/icon48.png",
            "16": "icons\/icon16.png"
        },
        "default_title": "Search GitHub",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'"
}