Github Code Counter
A Chrome extension to count lines of code in a GitHub repository.
Block Github merge button on specific days
Review user movement over the last 30 days.
Track rating movement over time to see whether quality signals remain stable.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
A Chrome extension to block the Github merge button on specific days.
This extension declares 3 permissions in its manifest.json:
- tabs: is needed so if multiple tabs are open in Github pull request pages, all tabs can be notified of configuration changes in the action popup (like toggling merge on any day on/off);
- storage: is needed to store the configuration of in which days the merge buttons should be blocked. It is also used to sync this config to your profile (if you login in with your profile in another Chrome instance, it should retrieve the same config);
- webNavigation: is needed to correctly trigger the check for the buttons when doing a client-side navigation, without a full page reload, such as what happens when you are in /pulls inside some repository and clicks on any PR. If, instead, you navigate directly to the PR URL, a full page reload happens, but this permission is still needed for the other cases.
Features:
Inspect the latest comments and rating distribution.
The Chrome Web Store shows 7 reviews, but only 0 review bodies have synced into ExtScope so far. Showing the synced reviews available right now.
Review related products from the Chrome Web Store detail page.
A Chrome extension to count lines of code in a GitHub repository.
Add a button to quickly access Code Wiki from GitHub repositories
GitHub Projects をサイドパネルに常駐表示し、素早くアクセスできるようにする Chrome 拡張機能
Automatically pushes your Codewars submissions to GitHub
Toggle between relative and absolute dates on GitHub
Automatically sync your LeetCode submissions to GitHub.