File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,18 @@ To bundle and update the extension:
10
10
2 . Go to ` chrome://extensions/ `
11
11
3 . Click ` Load unpacked `
12
12
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
You can’t perform that action at this time.
0 commit comments