Hardware and software Environment

  • chrome 83
  • github

October

Download address: chrome.google.com/webstore/de…

When browsing the project code on GitHub, I always feel inconvenient, because every time I click on a file, the entire project file list will be hidden. If I want to view other files, I have to go back and enter again. If there are many layers, it is very difficult to find them.

Octotree solves this problem by adding a button at the top left of the GitHub page that, when clicked, opens a menu that shows the entire folder structure of the current project, allowing you to browse or download individual source files.

sourcegraph

Download address: chrome.google.com/webstore/de…

If October saved you a lot of forward and backward time, SourceGraph is a Web IDE. You can jump to the SourceGraph website by clicking the SourceGraph button on the repository home page.

By SourceGraph, the web has become a familiar, native IDE-like interface

Variable definitions, function calls, code searches, viewing file submission records, and so on are all very convenient

Git History

Download address: chrome.google.com/webstore/de…

Git History allows you to look at your commit history in a more elegant way, showing how your code has evolved in a timeline. Selecting a file in the Repository brings you to the Open in Git History button, which takes you to a dark themed web page that displays the submission History of the current file, including basic information about the contributor

The plugin actually jumps to githistory, so you can achieve the same effect by replacing com with.githistory. Xyz in the URL of a file. For example, the URL of a file is github.com/xxx/xxx.py,…

isometric-contributions

Download address: chrome.google.com/webstore/de…

Isometric Contributions is a Chrome extension that turns cold data into visual graphics. It can convert your contributions number per day into a stereoscopic bar chart with different colors and give your own statistics. The number of Contributions is shown in a three-dimensional bar chart with gradually darker colors, just like building a city with different heights. This plugin allows you to toggle between the regular Github contribution table and the isometric Pixel Art edition, presenting daily submissions using charts. In addition to graphing your data, Isometric Contributions also stats you, your submissions over the course of a year, and the number of submissions on your busiest day. Is it a sense of accomplishment to see the full submission?

github-file-icon

Download address: chrome.google.com/webstore/de…

The Github-file-icon plugin provides a cool set of file diagrams to make files look more intuitive.

Surprisingly, Github-File-Icon works well with Octotree