项目作者: flawyte

项目描述 :
See what's new and what's not in your GitHub home feed – for Chrome & Firefox
高级语言: JavaScript
项目地址: git://github.com/flawyte/whats-new-github.git
创建时间: 2018-09-13T09:44:47Z
项目社区:https://github.com/flawyte/whats-new-github

开源协议:MIT License

下载


[!IMPORTANT]
Repository archived & extension unpublished since it’s not necessary nor useful anymore with the new dashboard.

Purpose

This extension helps you see what events have happened since your last visit to GitHub and what events you have already seen. It is compatible with both personal news feeds as well as organizations feeds.


Comparison image showing the "Following" personal feed with and without the extension


Comparison image showing the "For you" personal feed with and without the extension

Download links



Chrome Web Store logo


Firefox Add-ons logo

Reminders (for myself)

Zipping

  1. WNGH_VERSION=X.Y.Z
  2. cd whats-new-github/
  3. zip whats-new-github-v$WNGH_VERSION.zip icon/128.png icon/48.png index.js manifest.json
  4. mv whats-new-github-v$WNGH_VERSION.zip ..
  5. cd ..