Noté 5 sur 5 étoiles

Есть ли в планах переместить пункты "Новое приватное окно" и "Новая приватная вкладка" в подменю новой вкладки, или в собственное подменю?

Или так и планируете оставить два однотипных пункта меню?

Cette critique concerne une version précédente du module (0.1.0.1-signed).  Cet utilisateur a une critique précédente de ce module.

Сейчас сделано как в оригинале, а в оригинале пункт "Новое приватное окно" сделан отдельно.

И мне больше нравится, когда перемещениями занимается не каждое расширение само по себе, а одно специальное.

Пока что подправил, чтобы можно было перемещать пункт меню с помощью Personal Menu:
https://github.com/Infocatcher/Private_Tab/issues/35
(вообще говоря, корректная работа Personal Menu при этом не гарантируется, но у меня, вроде бы как, все в порядке в результате)


[Добавлено 2013-04-24]
См. новую версию с улучшением для Personal Menu: https://addons.mozilla.org/addon/private-tab/versions/0.1.1

Noté 5 sur 5 étoiles

Awesome! Was expecting this for a long time.
Would you consider adding localization?

Cette critique concerne une version précédente du module (0.1.0.1-signed). 

Some localizations already added in development version: https://github.com/Infocatcher/Private_Tab/tree/master/locale

And you can translate it yourself:

1) locale/en-US/pt.properties
https://github.com/Infocatcher/Private_Tab/blob/master/locale/en-US/pt.properties
2) extension description in install.rdf
https://github.com/Infocatcher/Private_Tab/blob/master/install.rdf
(create new <em:localized>...</em:localized> block)

And then "propose" changes like described here:
https://github.com/Infocatcher/Private_Tab/issues/11#issuecomment-15774546

Noté 5 sur 5 étoiles

perfect

Cette critique concerne une version précédente du module (0.1.0.1-signed). 

Noté 5 sur 5 étoiles

Seamonkey finally has Private Browsing. No longer need Firefox. Excellent job, thank you.

Cette critique concerne une version précédente du module (0.1.0.1-signed). 

Noté 5 sur 5 étoiles

Great!

Cette critique concerne une version précédente du module (0.1.0.1-signed). 

Noté 5 sur 5 étoiles

Great addon, just one little issue. It doesn't work with autopager when autoloading next page

Cette critique concerne une version précédente du module (0.1.0.1-signed). 

Please report this issue to AutoPager author.
It is much easier (and much more correct) to fix this from AutoPager side.

[Added later]
Ok, I've reported this issue myself:
http://member.teesoft.info/phpbb/viewtopic.php?t=5924

Noté 5 sur 5 étoiles

There seems to be incompatibility between "PrivateTabs" and "Instantfox" when used with FF20, Private Tabs are randomly dropping to none private browsing mode when information is entered into the URL bar.

I'm not sure which of the addons is causing the issue, but I can reliably recreate it doing the following :

1. On a brand new profile, install Instantfox & PrivateTabs
2. Open a new private tab (either with the "Open in Private Tab" icon or the keyboard shortcut CTRL ALT P)
3. In the private tab that opens, begin a google search using instantfox (so for example "g firefox" in the location bar)
4. Press Enter
5. The Google search opens as usual, but the tab loses "Private Browsing" mode.

This doesn't happen if I am using a Private Browsing window; only a Private Browsing tab will do this.

Whilst I'm here a couple of requests :D

1. Can you make an icon to close ALL private tabs at one time?
2. Can you make it so pre determined domains ALWAYS open in a private tab?

Cette critique concerne une version précédente du module (0.1.0.1-signed). 

Thanks for report, I see this bug.
It's better to fix this inside InstantFox: it uses not private browser for preview feature. And then replace current browser (private) with browser for preview (not private in not private window).
https://github.com/Infocatcher/Private_Tab/issues/26
So, please, report this to InstantFox developers too.

> 1. Can you make an icon to close ALL private tabs at one time?
Oh, I have only code example for now:
https://github.com/Infocatcher/Private_Tab/tree/0.1.0#privatetabistabprivate
So you can use something like https://addons.mozilla.org/addon/custom-buttons/ to use it.
(Be careful, Custom Buttons not yet updated for Firefox 20+, so you should set javascript.options.xml.chrome = true in about:config or use development version: http://custombuttons.mozdev.org/devbuilds.html)

> 2. Can you make it so pre determined domains ALWAYS open in a private tab?
"Determined domains" should be stored somehow. This doesn't looks "private". Or this list should be encrypted...
Anyway, it's not so easy to implement this. And this may be done in other extension: Private Tab should detect third-party tabs in private mode.


[Upd]
Fixed in InstantFox 2.8.2: https://addons.mozilla.org/addon/instantfox/versions/2.8.2
(But only for private tabs in not private window: https://github.com/Infocatcher/Private_Tab/issues/26#issuecomment-16570568 – I forgot describe this case in issue...)

Noté 5 sur 5 étoiles

AWESOME Addon , the shortcut is Ctrl+Alt+P ,
can you please add it in the main menu ? http://d.pr/i/Ksla

Cette critique concerne une version précédente du module (0.1.0.1-signed). 

Which shortcut?
You can use Ctrl+Alt+P to open new private tab and Ctrl+Alt+V to toggle private mode of current tab.

Or you can change these hotkeys in about:config page, see notes for extensions.privateTab.key* preferences in
https://github.com/Infocatcher/Private_Tab/blob/master/defaults/preferences/prefs.js


[Added later]
> can you please add it in the main menu ? http://d.pr/i/Ksla
Strange, this works for me on Windows.

Could you please set extensions.privateTab.debug to true in about:config page and provide information from Error Console (Ctrl+Shift+J).
Hotkeys initialises on startup or extension enabling/updating, so just install it again to get all messages and errors.

Messages should looks like
[Private Tab] ...
And errors/warnings:
Error: ...
Source file: resource://gre/modules/XPIProvider.jsm -> jar:file:///.../extensions/[email protected]!/bootstrap.js

(You can post report here: https://github.com/Infocatcher/Private_Tab/issues or here: http://forums.mozillazine.org/viewtopic.php?t=2665169)

Noté 4 sur 5 étoiles

Great Product. Helps me surf the web hidden.

Cette critique concerne une version précédente du module (0.1.0.1-signed). 

Noté 5 sur 5 étoiles

Great add-on! To make it perfect I miss only one feature, namely bookmark/domain-based automatic switching into private mode.
Thank you for the great job!

Cette critique concerne une version précédente du module (0.1.0.1-signed). 

This list should be stored somehow. This doesn't looks "private". Or this list should be encrypted...
Anyway, it's not so easy to implement this. And this may be done in other extension: Private Tab should detect third-party tabs in private mode.

Noté 5 sur 5 étoiles

Absolutely wonderful addon. Quite literally the best of both worlds. No need close everything for a private browse session or user profile shenanigans to achieve both worlds otherwise.

Cette critique concerne une version précédente du module (0.1.0.1-signed). 

Noté 5 sur 5 étoiles

I was happy to hear that Mozilla would be introducing a "private" tab mode in Firefox 20. Was disappointed that it was only a "Per-window Private Browsing " and not a "per tab private browsing" (some of the sites have got this info wrong). This addon takes care of private tab browsing, much appreciated:). Also appears to be very well implemented. Great job!

Cette critique concerne une version précédente du module (0.1.0b4.1-signed). 

Noté 5 sur 5 étoiles

Great add-on!!!
Been waiting for this add-on for months, even years!
Should be a standard feature in Firefox.

Cette critique concerne une version précédente du module (0.1.0b4.1-signed). 

Noté 5 sur 5 étoiles

Спасибо!

Cette critique concerne une version précédente du module (0.1.0b4.1-signed). 

Noté 5 sur 5 étoiles

Очень полезное дополнение, избавляет от необходимости чистить историю и куки вручную, если нужно по быстренькому и не оставляя следов посмотреть страничку. =)

Cette critique concerne une version précédente du module (0.1.0b4.1-signed). 

Noté 5 sur 5 étoiles

I have been waiting for this since the first time privacy mode was introduced. Thank you!

Cette critique concerne une version précédente du module (0.1.0b4.1-signed). 

Noté 5 sur 5 étoiles

Давно ждали. Работает отлично. Последний гвоздь в гробы других браузерков. Отдельный респект за подробную и интересную статью.
Короче просто здорово !

Cette critique concerne une version précédente du module (0.1.0b4.1-signed). 

Noté 5 sur 5 étoiles

Thank you!

Cette critique concerne une version précédente du module (0.1.0b4.1-signed). 

Noté 5 sur 5 étoiles

Хорошее дополнение, как его не хватало раньше! Спасибо!

Cette critique concerne une version précédente du module (0.1.0b4.1-signed). 

Noté 5 sur 5 étoiles

Works perfectly, thanks for your great efforts! :)

Cette critique concerne une version précédente du module (0.1.0b4.1-signed).