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文件

下载Search GitHub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}