Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giacomoferretti/forks-diff
A Chrome extension to show commits ahead and behind in the "Forks" page.
https://github.com/giacomoferretti/forks-diff
chrome-extension extension firefox-addon firefox-extension fork forks github javascript
Last synced: about 2 months ago
JSON representation
A Chrome extension to show commits ahead and behind in the "Forks" page.
- Host: GitHub
- URL: https://github.com/giacomoferretti/forks-diff
- Owner: giacomoferretti
- License: apache-2.0
- Created: 2020-04-24T16:12:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T21:35:27.000Z (3 months ago)
- Last Synced: 2024-10-24T09:47:54.105Z (3 months ago)
- Topics: chrome-extension, extension, firefox-addon, firefox-extension, fork, forks, github, javascript
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/eencojgimolmahmdfpnfbcldppmlokfg
- Size: 93.8 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# Forks Diff Counter for GitHub
## Installation
### Chrome Web Store
Get the extension on the [Chrome Web Store](https://chrome.google.com/webstore/detail/eencojgimolmahmdfpnfbcldppmlokfg).
### Firefox Browser Add-ons
Get the extension on the [Firefox Browser Add-ons](https://addons.mozilla.org/en-US/firefox/addon/forks-diff-counter-for-github/).
## Contributing
Clone the repo with `git clone https://github.com/giacomoferretti/forks-diff`
### Google Chrome
1. Visit `chrome://extensions/`
2. Enable "Developer mode"
3. Click on "Load unpacked"
4. Select the cloned folderWhen updating the plugin, remember to reload it.
### Mozilla Firefox
1. Change `manifest_version` inside `manifest.json` from `3` to `2`
2. Visit `about:debugging#/runtime/this-firefox`
3. Under "Temporary Extensions" click on "Load Temporary Add-on..."
4. Select `manifest.json`When updating the plugin, remember to reload it.
### How to pack
Use the `pack.sh` script to generate the zip file.