5 つ星中 5つの評価を受けています

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

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

これは以前のバージョン (0.1.0.1-signed) についてのレビューです。  このユーザーはこのアドオンについて 過去に 1 件のレビュー を書いています。

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

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

Пока что подправил, чтобы можно было перемещать пункт меню с помощью 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

5 つ星中 5つの評価を受けています

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

これは以前のバージョン (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

5 つ星中 5つの評価を受けています

perfect

これは以前のバージョン (0.1.0.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

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

これは以前のバージョン (0.1.0.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

Great!

これは以前のバージョン (0.1.0.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

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

これは以前のバージョン (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

5 つ星中 5つの評価を受けています

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?

これは以前のバージョン (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...)

5 つ星中 5つの評価を受けています

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

これは以前のバージョン (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)

5 つ星中 4つの評価を受けています

Great Product. Helps me surf the web hidden.

これは以前のバージョン (0.1.0.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

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!

これは以前のバージョン (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.

5 つ星中 5つの評価を受けています

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.

これは以前のバージョン (0.1.0.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

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!

これは以前のバージョン (0.1.0b4.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

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

これは以前のバージョン (0.1.0b4.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

Спасибо!

これは以前のバージョン (0.1.0b4.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

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

これは以前のバージョン (0.1.0b4.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

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

これは以前のバージョン (0.1.0b4.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

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

これは以前のバージョン (0.1.0b4.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

Thank you!

これは以前のバージョン (0.1.0b4.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

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

これは以前のバージョン (0.1.0b4.1-signed) についてのレビューです。 

5 つ星中 5つの評価を受けています

Works perfectly, thanks for your great efforts! :)

これは以前のバージョン (0.1.0b4.1-signed) についてのレビューです。