Welcome to فایرفاکس برای آندروید Add-ons.
Add extra features and styles to make فایرفاکس برای آندروید your own.
Closeduke4e
درباره من
| Name | duke4e |
|---|---|
| عضو وبگاه از تاریخ | اوت 5, 2007 |
| Number of add-ons developed | 0 add-ons |
| Average rating of developer's add-ons | هنوز رتبهدهی نشده است |
My Reviews
RSE Tools
Rated 5 out of 5 stars
Here's a 100% working DIY fix for FF 3.6:
In rsetoolsOverlay.js replace method browse with:
var browse = function(url) {
gBrowser.selectedTab = gBrowser.addTab(url);
}
if you don't want new tab to take focus, then use this
gBrowser.addTab(url);
To create your own collections, you must have a Mozilla Add-ons account.