Proxy Toggle のレビュー
Proxy Toggle 作成者: Richard West
合計レビュー数: 155
- It is an easy to use add-on that I can do what I need. +5
(However, the graphics of the toggle button has one problem. Because it is a transparent icon used only black, it can not be seen under the system theme with a dark background. -1)
---
Edit(2018-07-13):
> "svg.context-properties.content.enabled" to true in about:config
This method worked. Thank you. +1開発者の返信
投稿日時: 7年前The last time I checked this, you had to set "svg.context-properties.content.enabled" to true in about:config to allow the icons to change colour. - 5 段階中 3 の評価Firefox ユーザー 13126201 によるレビュー (7年前)The extension use its own settting independent with proxy settings in firefox preferences. The proxy setting in firefox preferences should be set to "direct" (no proxy) for this extension to work (at least on my FF59). This is not mentioned in the introduction or some where else. Anyway finally it works.
In the past there are addons whcih direcly toggle firefox proxy settings, e.g. QuickJava (http://quickjavaplugin.blogspot.fr/p/welcome.html). Now with the new FF57 extension system I don't koown where to find this kind of extensions. - 5 段階中 5 の評価Nickolay Ponomarev によるレビュー (7年前)Does exactly what promised and nothing more; the code is very short and easy to review.
It's unfortunate that you have to set up the proxy in the add-on settings, but that's a limitation of Firefox itself (the add-ons are no longer allowed to toggle the switch in the browser's settings, since Mozilla's move to WebExtensions). - 5 段階中 4 の評価Firefox ユーザー 13346790 によるレビュー (7年前)the only thing missing is the exception; otherwise is perfect for my needs
- 5 段階中 4 の評価Вевенгельт によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 13689603 によるレビュー (7年前)Этот аддон делает только то, что от него ожидаешь. Включает и отключает прокси по нажатию на иконку и ничего больше!!! Никаких левых функций!
- 5 段階中 5 の評価Firefox ユーザー 12918749 によるレビュー (7年前)very very useful,the firefox original proxy settings is too cumbersome
- 5 段階中 5 の評価Firefox ユーザー 13568616 によるレビュー (7年前)Thank you, it simple and does what i need. And it works in ff57
- 5 段階中 5 の評価frm1001xplrr によるレビュー (7年前)Simply works, super easy setup , one-button-on/off, and supports Socks5 authentication!! Woohoo :)
- 5 段階中 4 の評価Firefox ユーザー 13145241 によるレビュー (7年前)It would be a good idea to add option to enable/disable skipping proxy for local addresses. I would submit a patch for this, but there is no public repo.
開発者の返信
投稿日時: 7年前The skipping doesn't do a DNS lookup, so only applies to things like local network IPs and hostnames without dots. I prefer to keep options to a minimum, so don't plan to add a toggle for this. The code is MIT licensed so you can adapt or republish it as you wish.