Skip to content

Commit abffebf

Browse files
committed
Merge pull request #2 from michelmansour/readme-cleanup
Readme cleanup
2 parents 8c2b3f0 + cadb8e2 commit abffebf

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@ Firefox-Mid-Monitor
33

44
This is a Firefox XPI extension that adds extra height to the window so content can be scrolled to the middle of your monitor.
55

6-
To build the project, [install the cfx tool](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation) first. Then run 'cfx xpi' from the root of this repo.
6+
To build the project, [install the cfx tool][1] first. Then run 'cfx xpi' from the root of this repo.
77

88
The file structure of this project is a modified version of the sample extension created by 'cfx init'. I changed the lib/main.js file to use the PageMods API instead of the Tabs API.
99

1010
Tested on Firefox 26.
1111

12-
13-
References:
14-
https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Getting_started
15-
https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Modifying_the_Page_Hosted_by_a_Tab
16-
https://developer.mozilla.org/en-US/Add-ons/SDK/High-Level_APIs/page-mod
17-
https://developer.mozilla.org/en-US/Add-ons/SDK
18-
12+
#### References
13+
* [Firefox Add-ons Tutorial: Getting Started][2]
14+
* [Firefox Add-ons Tutorial: Modifying the Page Hosted by a Tab][3]
15+
* [Firefox Add-ons API: page-mod][4]
16+
* [Firefox Add-ons SDK][5]
17+
18+
[1]: https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation
19+
[2]: https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Getting_started
20+
[3]: https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Modifying_the_Page_Hosted_by_a_Tab
21+
[4]: https://developer.mozilla.org/en-US/Add-ons/SDK/High-Level_APIs/page-mod
22+
[5]: https://developer.mozilla.org/en-US/Add-ons/SDK
1923

0 commit comments

Comments
 (0)