Github Code Counter
A Chrome extension to count lines of code in a GitHub repository.
Block Github merge button on specific days
查看最近 30 天的用户变化。
按时间查看评分波动,辅助判断近期口碑是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
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:
查看最近评论和评分分布。
Chrome 商店显示有 7 条评论, 但 ExtScope 当前只同步到了 0条评论正文。这里先展示已同步的评论,后续会继续补齐。
查看 Chrome 商店详情页中的相关产品。
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.