Skip to content

Commit b96772a

Browse files
committed
Add to readme
1 parent 6ee3ab9 commit b96772a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,18 @@ To bundle and update the extension:
1010
2. Go to `chrome://extensions/`
1111
3. Click `Load unpacked`
1212
4. Select the `dist` directory in this folder
13+
14+
## Folder structure
15+
16+
* `/dist` - The directory that the extension is loaded into chrome from
17+
* `manifest.json` - the extension meta-data for chrome
18+
* `jqeury-3.4.1.slim.min.js` - adds jQuery for use in the extension
19+
* `bundle.js` - bundled extension code, generated with `rollup`
20+
* `/src` - Source code for the extension
21+
* `index.js` - entry point
22+
* `/plugins` - individual scripts which run depending on the URL
23+
24+
## Existing plugins
25+
26+
* **bb-home-pr-notes** - Adds notes sections under pull requests on the Bitbucket home page, notes are stored in `localStorage`
27+
* **bb-pr-diff-totals** - In the newer PR view of Bitbucket, add the total line diff counts and display total lines added and removed

0 commit comments

Comments
 (0)