repoInspector

Inspect repositories

Qu'est-ce que repoInspector ?

repoInspector est une extension Chrome développée par Hetz Ventures, et sa fonction principale est "Inspect repositories".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension repoInspector

Téléchargez les fichiers d'extension repoInspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom repoInspector repoInspector
ID hogkmljfjdgibeoepenpfggaiipngknb
URL Officiel https://chromewebstore.google.com/detail/repoinspector/hogkmljfjdgibeoepenpfggaiipngknb
Description Inspect repositories
Taille du Fichier 499 KB
Nombre d'Installations 88
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-11-15
Date de Publication 2022-11-21
Développeur Hetz Ventures
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/HetzVentures/repoInspector
URL de la Page d'Aide https://www.hetz.vc/
URL de la Page de Politique de Confidentialité https://www.hetz.vc/repinspector-chrome-extension-privacy-policy
Langues Prises en Charge 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"
    }
}