評分: 5 / 5 顆星

Just perfect.
I would love if there is a button at the 'New tab' page (about:newtab) to convert it to a Private tab.
I really like keyboards shortcuts but I'm using Ubuntu and I use Ctrl+Alt+T to open my terminal. It will be nice if the user could set the hotkeys.
I would love to see either of the both features.

此意見為舊版本 (0.1.7.1-signed) 的附加元件。 

> I would love if there is a button at the 'New tab' page (about:newtab) to convert it to a Private tab.
I'll think about this.

> It will be nice if the user could set the hotkeys.
You can change extensions.privateTab.key.* preferences on about:cinfig page, see notes in
https://github.com/Infocatcher/Private_Tab/blob/0.1.7/defaults/preferences/prefs.js#L9-L16

評分: 5 / 5 顆星

want to [shift]+[mmb] click a link from non private tab and have it open a private tab... can u integrate wit tab mix plus and offer the option

此意見為舊版本 (0.1.7.1-signed) 的附加元件。 

This is most easily to do from Tab Mix Plus (or other click-related extension) side...
Because I don't like to make all-in-one extension, but provide API for other extensions:
https://github.com/Infocatcher/Private_Tab#api-functions
So, please try to contact with Tab Mix Plus developers.

評分: 5 / 5 顆星

I would like to request the ability for the user to enter a list of domains, and from then on have ANY link or bookmark to a domain on the list, come up in a private tab.

In other words, I want to be able to say "make this domain ALWAYS load in a private tab, please". :)

Thanks for your consideration... and for having created this awesome, much-needed add-on in the first place... :)

此意見為舊版本 (0.1.7.1-signed) 的附加元件。 

See https://github.com/Infocatcher/Private_Tab/issues/100
But state is still the same: I don't know, how to implement this (may be this is impossible).

評分: 5 / 5 顆星

Super!!!

此意見為舊版本 (0.1.7.1-signed) 的附加元件。 

評分: 5 / 5 顆星

Adds an entry to the context menu for links to open them in a private tab. Tabs can be toggled between private mode and not. Seamlessly integrates into the browser.

This addon adds what should be a default feature in Firefox.

此意見為舊版本 (0.1.7.1-signed) 的附加元件。 

評分: 5 / 5 顆星

this is a great option, a mixture of privacy and transparency

此意見為舊版本 (0.1.7.1-signed) 的附加元件。  此使用者對此附加元件 曾發表過 1 筆評論

評分: 5 / 5 顆星

Archview for firefox 29+ please

此意見為舊版本 (0.1.7.1-signed) 的附加元件。 

Still works for me, but only for some archives. :(
E.g. works at least for ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/jsshell-win32.zip
I don't know, what is the reason, sorry.

評分: 4 / 5 顆星

Lovely extension, one query: Is there a way to open several links on a page in private tabs without being immediately taken to each one? I'd like to stay on the page while I open several links, then browse to those I've selected.

此意見為舊版本 (0.1.7.1-signed) 的附加元件。 

By default Private Tab respects browser behavior: browser.tabs.loadInBackground (Options – Tabs – When I open a link in a new tab, switch to it immediately) or browser.tabs.loadBookmarksInBackground (for bookmarks) from about:config page.
Or you can change extensions.privateTab.loadInBackground, see
https://github.com/Infocatcher/Private_Tab/blob/0.1.7/defaults/preferences/prefs.js

評分: 4 / 5 顆星

Works well, but needs an options menu. In particular, it places itself in menus like the main menu and right-click menus that leave you no option to remove them. You also cannot customize the shortcut key.

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

> In particular, it places itself in menus like the main menu and right-click menus that leave you no option to remove them.

You can hide them using userChrome.css (or Stylish extension), see
https://github.com/Infocatcher/Private_Tab#styles
and https://github.com/Infocatcher/UserStyles/tree/master/Private_Tab_hide_items


> You also cannot customize the shortcut key.

See extensions.privateTab.key.* preferences on about:config page:
https://github.com/Infocatcher/Private_Tab/blob/master/defaults/preferences/prefs.js

評分: 5 / 5 顆星

Perfect to kill my peeve. Thanks!

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

評分: 5 / 5 顆星

It's a small but distinguished list. What this addon does should be standard fare in Firefox itself, but until/if it is, this is a fantastic addon. It's much more convenient, and less resource intensive than opening a new private window.

Now I always close the tab and open a new one when going from one thing/site to something else. I'm a Sandboxie user too and now find myself having to close my browser/sandbox less often, and instead just close out my tab and open a new one.

Great idea here...

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

評分: 5 / 5 顆星

This needled into core integration! Thanks for this plugin!

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

評分: 5 / 5 顆星

Been using it for a year. Works like a charm.

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

評分: 4 / 5 顆星

It would be useful to put an icon(Firefox default?) in the tab to indicate that it is in private mode, otherwise it is difficult to identify those specific privative tabs from other tabs when there are many tabs open.

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

You can found some styles to change appearance of private tabs here:
https://github.com/Infocatcher/Private_Tab#styles

評分: 5 / 5 顆星

This is Game Changer! I loved Chrome for the incognito function. This private tab add-on thumps chrome out the park. I agree with previous comment, this should be built into firefox

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

評分: 5 / 5 顆星

Great feature.

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

評分: 5 / 5 顆星

The addon is perfect but I love using keyboard shortcuts, I think you should be able to change the default one to one that you want.

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

You can change keyboard shortcuts from about:config page, see notes for extensions.privateTab.key.* preferences:
https://github.com/Infocatcher/Private_Tab/blob/0.1.6/defaults/preferences/prefs.js#L9

評分: 5 / 5 顆星

Work perfectly

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

評分: 5 / 5 顆星

Thank you...finally i dont need to switch browser anymore...

此意見為舊版本 (0.1.6.1-signed) 的附加元件。 

評分: 5 / 5 顆星

This is why i using opera ...now i found this add mozilla rules!! :D

此意見為舊版本 (0.1.6.1-signed) 的附加元件。