|
1 | 1 | # firefoxaddons
|
2 | 2 | Extend the functionality of Firefox with cool addons
|
3 | 3 |
|
4 |
| -Description pages: |
| 4 | +Add-ons: |
5 | 5 |
|
6 |
| -- [Delete Tab](https://addons.mozilla.org/firefox/addon/delete-tab/) (XUL) (NOTDONE, see Delete Tab No Restart) |
7 |
| -- [Delete Tab No Restart](https://addons.mozilla.org/firefox/addon/delete-tab-no-restart/) (DONE) (SDK, e10s compatible => webext) |
8 |
| -- [Fast Delete](https://addons.mozilla.org/firefox/addon/fast-delete/) (XUL => webext) |
9 |
| -- [FastNav](https://addons.mozilla.org/firefox/addon/fastnav/) (DONE) (SDK => webext) |
10 |
| -- [Get Archive](https://addons.mozilla.org/firefox/addon/get-archive/) (XUL => webext) |
11 |
| -- [Middle Click On Page Closes Tab](https://addons.mozilla.org/firefox/addon/middle-click-on-page-close-tab/) (webext) |
12 |
| -- [Multi Links Plus](https://addons.mozilla.org/firefox/addon/multi-links-plus/) (XUL) |
13 |
| -- [Neat URL](https://addons.mozilla.org/firefox/addon/neat-url/) (webext) |
14 |
| -- [Scrollkey](https://addons.mozilla.org/firefox/addon/scrollkey/) (DONE) (XUL => webext) |
15 |
| -- [Translate Now](https://addons.mozilla.org/firefox/addon/translate-now/) (DONE) (SDK => webext) |
| 6 | +| Description page (addons.mozilla.org) | Source code | Browsers | (Ported to) WebExtensions? |
| 7 | +| ---------------- | ----------- | -------- | -------------------------- |
| 8 | +| [Delete Tab](https://addons.mozilla.org/firefox/addon/delete-tab/) | [Source code](https://github.com/Smile4ever/firefoxaddons/tree/master/Delete Tab) | Firefox | No (XUL), see Delete Tab No Restart |
| 9 | +| [Delete Tab No Restart](https://addons.mozilla.org/firefox/addon/delete-tab-no-restart/) | [Source code](https://github.com/Smile4ever/firefoxaddons/tree/master/Delete Tab No Restart) | Firefox | No (SDK) |
| 10 | +| [Double Click On Page Closes Tab](https://addons.mozilla.org/nl/firefox/addon/double-click-on-page-close-tab/) | [Source code](https://github.com/Smile4ever/Double Click On Page Closes Tab-webext) | Firefox | Yes |
| 11 | +| [Fast Delete](https://addons.mozilla.org/firefox/addon/fast-delete/) | [Source code](https://github.com/Smile4ever/firefoxaddons/tree/master/Fast Delete-webext) | Firefox | Yes (XUL => webext) |
| 12 | +| [FastNav](https://addons.mozilla.org/firefox/addon/fastnav/) | [Source code](https://github.com/Smile4ever/firefoxaddons/tree/master/FastNav-webext) | Firefox | Yes (SDK => webext) |
| 13 | +| [Get Archive](https://addons.mozilla.org/firefox/addon/get-archive/) | [Source code](https://github.com/Smile4ever/firefoxaddons/tree/master/GetArchive-webext) | Firefox | Yes (XUL => webext) |
| 14 | +| [Middle Click On Page Closes Tab](https://addons.mozilla.org/firefox/addon/middle-click-on-page-close-tab/) | [Source code](https://github.com/Smile4ever/firefoxaddons/tree/master/Middle Click On Page Closes Tab-webext) | Firefox | Yes |
| 15 | +| [Multi Links Plus](https://addons.mozilla.org/firefox/addon/multi-links-plus/) | [Source code](https://github.com/Smile4ever/firefoxaddons/tree/master/Multi Links Plus) | Firefox | No (XUL) |
| 16 | +| [Neat URL](https://addons.mozilla.org/firefox/addon/neat-url/) | [Smile4ever/Neat-URL](https://github.com/Smile4ever/Neat-URL) | Firefox, Chrome | Yes |
| 17 | +| [Scrollkey](https://addons.mozilla.org/firefox/addon/scrollkey/) | [Source code](https://github.com/Smile4ever/firefoxaddons/tree/master/Scrollkey-webext) | Firefox | Yes (XUL => webext) |
| 18 | +| [Translate Now](https://addons.mozilla.org/firefox/addon/translate-now/) | [Source code](https://github.com/Smile4ever/firefoxaddons/tree/master/Translate Now-webext) | Firefox | Yes (SDK => webext) |
16 | 19 |
|
17 | 20 | [](https://www.gitcheese.com/donate/users/544411/repos/36726603)
|
0 commit comments