Skip to content

Commit e237e3d

Browse files
committed
Added readme
1 parent cc189fd commit e237e3d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
GitLab code tree view
2+
=====================
3+
4+
This is browser extension for Chrome / Firefox / Opera (and maybe IE as well :) ) that provides tree view for code in GitLab (must have for code reviews!).
5+
6+
7+
## Installation
8+
9+
Chrome
10+
Firefox
11+
Opera
12+
13+
14+
## Contribution
15+
16+
Star, if you like :) Open an issue, if you find a bug or you miss something. Send a Pull Request when you decided to extend/fix (thank you for that!).
17+
18+
19+
## License
20+
21+
MIT

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Tomáš Bončo",
55
"version": "0.0.1",
66
"manifest_version": 2,
7-
"description": "Provides folder structure view for code review.",
7+
"description": "Provides folder structure view for code in GitLab.",
88
"icons": {
99
"16": "icons/icon16.png",
1010
"48": "icons/icon48.png",

0 commit comments

Comments
 (0)