repoInspector

Inspect repositories

什么是repoInspector?

repoInspector是由Hetz Ventures开发的Chrome扩展程序,该扩展的主要功能是“Inspect repositories”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载repoInspector扩展crx文件

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

扩展使用说明

                        repoInspector is a Github repository inspector built for anyone to gather useful data on open source repositories. Data available includes countries in which a repository is popular, the organizations to which a repo’s users belong to, numbers of active vs dormant users, and more. Using the open Github API, we package and present available data about any repository. 

Install the Chrome extension and start using repoInspector immediately to gather info about stargazers, contributors, and forkers for any Github repo!

repoInspector is handy for: 
- VCs and investors
- Entrepreneurs 
- Developers
- Anyone who can benefit from an easy way to analyze this kind of data!

Once you install repoInspector, we’ll show you easy step by step instructions for inspecting any repository on Github.                    

扩展基本信息

名称 repoInspector repoInspector
ID hogkmljfjdgibeoepenpfggaiipngknb
官方URL https://chromewebstore.google.com/detail/repoinspector/hogkmljfjdgibeoepenpfggaiipngknb
简介 Inspect repositories
文件大小 499 KB
安装次数 88
当前版本 1.0.2
更新时间 2023-11-15
上架时间 2022-11-21
开发者 Hetz Ventures
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/HetzVentures/repoInspector
帮助页面URL https://www.hetz.vc/
隐私政策页面URL https://www.hetz.vc/repinspector-chrome-extension-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "repoInspector",
    "description": "Inspect repositories",
    "version": "1.0.2",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}