Ohodnoceno 5 z 5 hvězdiček

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

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

Tato recenze je pro předchozí verzi doplňku (0.1.0.1-signed).  Tento uživatel má jednu dřívější recenzi tohoto doplňku.

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

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

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

Ohodnoceno 5 z 5 hvězdiček

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

Tato recenze je pro předchozí verzi doplňku (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

Ohodnoceno 5 z 5 hvězdiček

perfect

Tato recenze je pro předchozí verzi doplňku (0.1.0.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

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

Tato recenze je pro předchozí verzi doplňku (0.1.0.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

Great!

Tato recenze je pro předchozí verzi doplňku (0.1.0.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

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

Tato recenze je pro předchozí verzi doplňku (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

Ohodnoceno 5 z 5 hvězdiček

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?

Tato recenze je pro předchozí verzi doplňku (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...)

Ohodnoceno 5 z 5 hvězdiček

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

Tato recenze je pro předchozí verzi doplňku (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/privateTab@infocatcher.xpi!/bootstrap.js

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

Ohodnoceno 4 z 5 hvězdiček

Great Product. Helps me surf the web hidden.

Tato recenze je pro předchozí verzi doplňku (0.1.0.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

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!

Tato recenze je pro předchozí verzi doplňku (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.

Ohodnoceno 5 z 5 hvězdiček

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.

Tato recenze je pro předchozí verzi doplňku (0.1.0.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

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!

Tato recenze je pro předchozí verzi doplňku (0.1.0b4.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

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

Tato recenze je pro předchozí verzi doplňku (0.1.0b4.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

Спасибо!

Tato recenze je pro předchozí verzi doplňku (0.1.0b4.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

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

Tato recenze je pro předchozí verzi doplňku (0.1.0b4.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

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

Tato recenze je pro předchozí verzi doplňku (0.1.0b4.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

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

Tato recenze je pro předchozí verzi doplňku (0.1.0b4.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

Thank you!

Tato recenze je pro předchozí verzi doplňku (0.1.0b4.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

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

Tato recenze je pro předchozí verzi doplňku (0.1.0b4.1-signed). 

Ohodnoceno 5 z 5 hvězdiček

Works perfectly, thanks for your great efforts! :)

Tato recenze je pro předchozí verzi doplňku (0.1.0b4.1-signed).