A browser extension that displays the creation date of any GitHub repository.
- Chrome: https://chromewebstore.google.com/detail/github-repo-creation-date/pdhoihimginoiikkbbmbdpfclbbmpiae
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/github-repo-creation-date/
- Open your browser and go to
chrome://extensions/. - Enable Developer mode (toggle in the top-right corner).
- Click Load unpacked.
- Select the folder where you saved this extension.
- Open Firefox and go to
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on....
- Select the
manifest.jsonfile in the extension folder.
The extension injects a small content script that:
- Locates the JSON metadata embedded by GitHub in a
<script>tag. - Recursively searches for the
createdAtproperty within the repository object. - Formats the date and injects it into the repository about area.