Skip to content

Commit 273f960

Browse files
committed
Rework README, listing all addons and reflect the move of Neat URL to a
separate repo
1 parent 62396bc commit 273f960

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# firefoxaddons
22
Extend the functionality of Firefox with cool addons
33

4-
Description pages:
4+
Add-ons:
55

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)
1619

1720
[![gitcheese.com](https://s3.amazonaws.com/gitcheese-ui-master/images/badge.svg)](https://www.gitcheese.com/donate/users/544411/repos/36726603)

0 commit comments

Comments
 (0)