repoInspector

Inspect repositories

repoInspector là gì?

repoInspector là một tiện ích mở rộng Chrome được phát triển bởi Hetz Ventures, và tính năng chính của nó là "Inspect repositories".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng repoInspector

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

                        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.                    

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

Tên repoInspector repoInspector
ID hogkmljfjdgibeoepenpfggaiipngknb
URL Chính Thức https://chromewebstore.google.com/detail/repoinspector/hogkmljfjdgibeoepenpfggaiipngknb
Mô tả Inspect repositories
Kích Thước Tệp 499 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-11-15
Ngày Phát Hành 2022-11-21
Nhà Phát Triển Hetz Ventures
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/HetzVentures/repoInspector
URL Trang Trợ Giúp https://www.hetz.vc/
URL Trang Chính Sách Bảo Mật https://www.hetz.vc/repinspector-chrome-extension-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}