Pour essayer les milliers de modules disponibles ici, téléchargez Mozilla Firefox, une manière rapide et libre de surfer sur le Web !
FermerBienvenue sur les modules Firefox.
Choisissez parmi les milliers de fonctionnalités et styles supplémentaires pour personnaliser votre Firefox.
FermerCritiques de Private Tab
292 critiques de ce module
Noté 4 sur 5 étoiles
Do you have any option to restore a closed private tab? I don't see it in the right click menu.
Cette critique concerne une version précédente du module (0.1.7.3.1-signed).Unfortunately no, due to recent changes in Firefox "Session Restore" component.
See https://github.com/Infocatcher/Private_Tab/issues/146
and my reply here: https://addons.mozilla.org/addon/private-tab/reviews/614440/
Noté 4 sur 5 étoiles
A great looking addon but it has an issue that is a deal breaker for me.
CTRL+SHIFT+T is unable to bring up a closed private tab, where as in a private window this can be done.
Edit: It is a shame there is no way around this. After reading the provided docs I can only hope the FF devs expose the required functionality again some day or provide decent private tabs in FF.
I've adjusted my rating to account for the situation.
See https://github.com/Infocatcher/Private_Tab/issues/146
Also see https://bugzilla.mozilla.org/show_bug.cgi?id=956826#c8 (and below).
So, now this is hardcoded inside Firefox "Session Restore" component with special handling only for private windows: https://bugzilla.mozilla.org/show_bug.cgi?id=961380
Noté 5 sur 5 étoiles
Well done !!! Thanks.
Cette critique concerne une version précédente du module (0.1.7.2.1-signed).Noté 5 sur 5 étoiles
Замечательный аддон, давно пользуюсь. Про плюсы писать даже странно как-то - он делает то, для чего создан и делает это хорошо. До Аустралис-ового апгрейда всё было вообще прекрасно.
В FF29+, при использовании Classic Theme Restorer и вынесении кнопки на панель вкладок (перед обычной "новой вкладкой") возникают две бяки:
1) лишний разрыв (padding) между кнопками новых вкладок (обычной и приватной). Расчёт идёт на Аустралис, а там разрыв между иконками существенно больше.
2) замена иконки на обычный "плюс" - при выборе в настройках CTR белого цвета значков на панели.
Не уверен, что эти претензии по адресу, поскольку это конфликт аддонов, но выбивается по графике именно Ваша кнопка. Было бы круто это дело пофиксить.
EDIT: Ок, спасибо. Беты CTR пока не ставил - ждал релиза 1.2.2. Второй косяк в 1.2.1 не исправлен, если и в бетах нет - отпишусь автору CTR.
> 1) лишний разрыв (padding) между кнопками новых вкладок (обычной и приватной). Расчёт идёт на Аустралис, а там разрыв между иконками существенно больше.
Это уже исправлено в разрабатываемых версиях Classic Theme Restorer (1.2.2beta2 и новее):
http://forums.mozillazine.org/viewtopic.php?p=13638233#p13638233
https://addons.mozilla.org/firefox/addon/classicthemerestorer/versions/
> 2) замена иконки на обычный "плюс" - при выборе в настройках CTR белого цвета значков на панели.
У меня все нормально, как минимум, с Classic Theme Restorer 1.2.1 и 1.2.2beta*.
К тому же, заменяются иконки только у фиксированного набора кнопок, так что кнопку Private Tab эти стили затрагивать не должны.
В любом случае, если проблема все еще присутствует в последних версиях Classic Theme Restorer (нужно поменять еще какие-то настройки?), надо сообщить об этом автору.
Noté 5 sur 5 étoiles
Fantastic extension.Provides an easily recognisable display without unnecessary features. Perfect if you want encapsulate your Google account to increase privacy even more, without having an extra window opened.
Cette critique concerne une version précédente du module (0.1.7.2.1-signed).Noté 5 sur 5 étoiles
Who needs this?
Everybody who knows about it!
Noté 5 sur 5 étoiles
Works well!
Cette critique concerne une version précédente du module (0.1.7.2.1-signed).Noté 5 sur 5 étoiles
I just wanted to open certain bookmarks in private windows and I can and I get private tabs free. The "private:" syntax is very cool.
Cette critique concerne une version précédente du module (0.1.7.2.1-signed).Noté 5 sur 5 étoiles
Can you add this option? Would be pretty nice.
Cette critique concerne une version précédente du module (0.1.7.2.1-signed).Noté 5 sur 5 étoiles
Ставлю в числе первых. Очень удобно.
Cette critique concerne une version précédente du module (0.1.7.2.1-signed).Noté 5 sur 5 étoiles
Really like new private: feature, I just edit some of my bookmarks to open it self in private tab without having to open private tab first and open bookmark after! Only thing that annoy me a little is that private bookmark shows blank favicon.
And since I put New Private Tab button in Australis hamburger menu, default icon is not matching Firefox icon style, so I have to manually download XPI and replace icon file with icon that look like default New Private Window icon. ;)
> Really like new private: feature
Oh, not so new, but was improved. :)
https://addons.mozilla.org/addon/private-tab/versions/0.1.5
> 0.1.4 (2013-08-19)
> + Implemented "private" protocol: now we can use special URLs to open private tabs from bookmarks or from command line (example: private:///#https://addons.mozilla.org/, may be disabled using extensions.privateTab.enablePrivateProtocol preference) (#89)
> Only thing that annoy me a little is that private bookmark shows blank favicon.
Hmm... should work fine with most pages with "/favicon.ico" favicons, like
https://www.google.com/
https://www.google.com/favicon.ico
Anyway, I'll try to improve this:
https://github.com/Infocatcher/Private_Tab/issues/147
> And since I put New Private Tab button in Australis hamburger menu, default icon is not matching Firefox icon style, so I have to manually download XPI and replace icon file with icon that look like default New Private Window icon. ;)
You can use userChrome.css or Stylish
http://kb.mozillazine.org/UserChrome.css
https://addons.mozilla.org/addon/stylish/
to change icon, example:
/* Special icon for Australis menu */
#privateTab-toolbar-openNewPrivateTab[cui-areatype="menu-panel"] {
list-style-image: url("chrome://privatetab/content/privacy-32.png") !important;
filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale") !important;
}
Noté 5 sur 5 étoiles
I really like this addon, used to use it on Opera v12 or below. Anyway I got an issue when using it with Tab Mix Plus. It doesn't add closed tab list even when on Private Window which usually do.
Cette critique concerne une version précédente du module (0.1.7.1.1-signed).> It doesn't add closed tab list even when on Private Window which usually do.
Thanks for report, will be fixed in the next release:
https://github.com/Infocatcher/Private_Tab/issues/145
P.S. This is issue with built-in Firefox session mechanism, so the same happens without Tab Mix Plus.
Noté 5 sur 5 étoiles
Really good add-on, but i'm not sure if this is a bug or not:
when I was using the firefox's speed dial, I opened a private tab by either keyboard shortcut or the buton and a normal tab the same (shortcut or new tab buton), no matter if I was on a private or normal tab, now this is what i want from this addon.
but then I changed my speed dial to superstart, a really nice and easy to use addon, but now if i'm in a private tab and try to open a normal tab, by either shortcut or new tab buton, a private tab is opened instead, i have to use cntrl+ALT+T or in the context menu of the tab select private tab to reverse it to a normal tab, I find this a little annoying and I don't want to go back to firefox's speed dial.
some help?
> but then I changed my speed dial to superstart, a really nice and easy to use addon, but now if i'm in a private tab and try to open a normal tab, by either shortcut or new tab buton, a private tab is opened instead, i have to use cntrl+ALT+T or in the context menu of the tab select private tab to reverse it to a normal tab, I find this a little annoying and I don't want to go back to firefox's speed dial.
This is conflict with "preloading" feature in Super Start 7.0+.
Workaround:
extensions.superstart.page.preload = false (to disable preloading)
browser.newtab.url = "about:superstart" (to correctly detect as empty)
Will be (hopefully) fixed soon, you may track https://github.com/Infocatcher/Private_Tab/issues/142 to see progress.
Noté 5 sur 5 étoiles
Great addon!
Cette critique concerne une version précédente du module (0.1.7.1.1-signed).Noté 4 sur 5 étoiles
The addon works prerfectly but the option to change the shortcuts would be very helpful, the one confilcting is duplicate tab (Ctrl+Alt+T) with switch to private tab.
Also (Ctrl+Alt+P) in FF29 is opening a new normal tab,
which will be ofcourse fixed soon,
(Using TabMixPlus)
> but the option to change the shortcuts would be very helpful
You can modify extensions.privateTab.key.* preferences on about:config page, see
https://github.com/Infocatcher/Private_Tab/blob/0.1.7.1/defaults/preferences/prefs.js#L9-L16
> Also (Ctrl+Alt+P) in FF29 is opening a new normal tab
> (Using TabMixPlus)
Strange, works fine for me with Tab Mix Plus.
But this may be caused by some another extension, see
https://github.com/Infocatcher/Private_Tab/tree/0.1.7.1#known-issues
=> https://github.com/Infocatcher/Private_Tab/issues/110
Noté 5 sur 5 étoiles
Works perfectly. Even has a shortcut (ctrl+alt+P) to quickly open tabs.
Cette critique concerne une version précédente du module (0.1.7.1.1-signed).Noté 5 sur 5 étoiles
Doesn't work in firefox 29.
Reply to developer: Thanks updated it and its working fine. Thanks a lot. ;)
Works fine for me...
Please try update to Private Tab 0.1.7.1 or provide more detailed bug report here
https://github.com/Infocatcher/Private_Tab/issues
or here http://forums.mozillazine.org/viewtopic.php?f=48&t=2665169&start=1999
Noté 5 sur 5 étoiles
This feature must be built-in!
Also what about opening private tab with middle-click on newtab button?
Noté 5 sur 5 étoiles
Very handy addon!
Cette critique concerne une version précédente du module (0.1.7.1-signed).Noté 5 sur 5 étoiles
Tested it, it works perfectly. This extension will save you a lot of time and headaches.
Cette critique concerne une version précédente du module (0.1.7.1-signed).Pour créer vos propres collections, vous devez avoir un compte Mozilla Add-ons.