https://github.com/pokutuna/chrome-github-compaito
a chrome extension for jumping to compare view
https://github.com/pokutuna/chrome-github-compaito
chrome-extension compare-views git-diff github review review-process
Last synced: 9 months ago
JSON representation
a chrome extension for jumping to compare view
- Host: GitHub
- URL: https://github.com/pokutuna/chrome-github-compaito
- Owner: pokutuna
- Created: 2015-01-22T00:15:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T15:16:37.000Z (10 months ago)
- Last Synced: 2025-04-12T16:29:08.741Z (10 months ago)
- Topics: chrome-extension, compare-views, git-diff, github, review, review-process
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
chrome-github-compaito
===
[](https://travis-ci.org/pokutuna/chrome-github-compaito)
__compaito__ is a chrome extension to jump to [Compare View](https://github.com/blog/612-introducing-github-compare-view) by picking 2 commits.
Install
---
visit [Chrome Web Store - compaito](https://chrome.google.com/webstore/detail/compaito/bibcmambgkheppahlcghnocnjdbnjlgl)
[](https://chrome.google.com/webstore/detail/compaito/bibcmambgkheppahlcghnocnjdbnjlgl)
Demo
---

Usage
---
- __pick commits and jump__ (hover and click the picker)

- __pick a previous commit__ (click `~`)

- __cancel picking__ (click `x`)

- __set hostnames to enable picker__ (adaptable to GitHub Enterprise)

Changelog
---
- 0.2.0 (2025-03-16)
- Support Manifest V3 and update all dependencies. (thanks to @shibayu36)
- 0.1.0 (2016-08-07)
- Open a compare view in pull request review mode if it is available. (see [More code review tools](https://github.com/blog/2123-more-code-review-tools).) It's able to add a line comment in compare view.
- 0.0.3 (2016-06-23)
- Fix commit url patterns.