Shqyrtime për Universal Automatic Currency Converter
Universal Automatic Currency Converter nga Baizey
69 shqyrtime
- Vlerësuar me 4 yje nga 5 të mundshëmnga TURJAN, 3 vite më parëClean, nice useful
EDIT: ok i found a couple of places that it does NOT work at all. it was one website tbf - Vlerësuar me 5 yje nga 5 të mundshëmnga Caleik7X, 3 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 17776088 përdoruesi Firefox-i, 3 vite më parë
- Vlerësuar me 3 yje nga 5 të mundshëmnga 12522511 përdoruesi Firefox-i, 3 vite më parëi like this extension, toggling by hover + shift works great! unfortunately, the settings are ignored: "convert automatically on page load" and "show localisation alerts". i have these disabled, but it still auto loads slowing down the page, and it still shows me these pop-ups. for this reason, i had to disable it. would love for it to be fixed so i can enable this great extension again.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 16088193 përdoruesi Firefox-i, 3 vite më parë
- Vlerësuar me 2 yje nga 5 të mundshëmnga storm, 3 vite më parëWorks, but slows the hell out of page loading.
- Vlerësuar me 4 yje nga 5 të mundshëmnga arst, 3 vite më parëVery good extension. But some website cannot convert. Such as this one: https://detail.tmall.com/item.htm?spm=a230r.1.14.30.b804f5a3dU2hXQ&id=671734994635&ns=1&abbucket=14&skuId=5003219410178
Cannot convert CHY to AUD. - Vlerësuar me 4 yje nga 5 të mundshëmnga omarcinkonis, 3 vite më parëDidn't work for https://moto-tour.com.pl/en/
- Vlerësuar me 3 yje nga 5 të mundshëmnga 13646685 përdoruesi Firefox-i, 3 vite më parëDoesn't convert from HUF
(Probably because in Hungarian it's abbreviated to Ft)
I would be incredibly thankful if it gets fixed :) - Vlerësuar me 1 yje nga 5 të mundshëmnga superglue, 3 vite më parëNo matter how many times I check the settings to ensure that "Convert pages automatically on load" is unchecked, pages continue to automatically convert, slowing my browser loading time to an absolute crawl. I only need conversion for a few websites, not my entire browsing experience. Uninstalling.
- Vlerësuar me 1 yje nga 5 të mundshëmnga 17332101 përdoruesi Firefox-i, 4 vite më parëReally slowed down page loads, and made pages with javascript updates run really slow... I'd love an extension that only activates when you highlight a text, and then shows result in a popup, like in Opera.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 16396495 përdoruesi Firefox-i, 4 vite më parëInstalled and the first conversion I entered was not accurate. (usd to cad). According to xe.com 1usd = 1.26cad.. according to this addon 1usd = 1.3cad.. what gives?
update: Thanks for the quick reply. I found that option and fixed it. I'm surprised it doesn't default to the 3 or 4 significant numbers.. at 2 it's pretty useless.Përgjigje zhvilluesi
postuar më 4 vite më parëHi, did you look at "Important digits on rounding" option? It defaults to 2 e.g. it would round to only 2 significant digits, so 1.26 would round to 1.3
similarly for 2 significant digits, you can change this option to whatever precision you desire
12499 => 12000
12500 => 13000
Note: if the value is >= 1 it will always round to at most 2 decimal places - Vlerësuar me 5 yje nga 5 të mundshëmnga 12148667 përdoruesi Firefox-i, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Private-Username, 4 vite më parëHad to go to settings and change to GBP from USD. Great add on, does it when page loads up, and if you click the price, it shows original
- Vlerësuar me 5 yje nga 5 të mundshëmnga Baba5824, 4 vite më parë
- Vlerësuar me 2 yje nga 5 të mundshëmnga 16695906 përdoruesi Firefox-i, 4 vite më parëDramatically slows down the browser!
- Vlerësuar me 5 yje nga 5 të mundshëmnga Draky, 4 vite më parëGreat app all around. I had some problems with it early on (it is glitching on a few websites such as 4chan for me, so I suggest blacklisting those if you notice your browser slowing down), but it's an excellent app nonetheless
- Vlerësuar me 3 yje nga 5 të mundshëmnga 14514637 përdoruesi Firefox-i, 4 vite më parëOkay but it's missing the most obvious option in my view unless I'm missing something. An on/off button straight from the top toolbar in Firefox. It's highly infuriating!
- Vlerësuar me 4 yje nga 5 të mundshëmnga mimteatr, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Bilbo, 4 vite më parëHello, thanks for the addon! Can I ask - would it be hard to add support for sites which displays currencies by CSS content style - like gog.com ?
They use something like this in their styling:
._prices-in-usd ._price::before {
content: "$\A0";
}
Thank You!Përgjigje zhvilluesi
postuar më 4 vite më parëI'd love to support GOG, but they use psuedo-elements to show their currencies which gives 2 big problems for me (and any extension in general).
These pseudo elements parts do not show up in .innerHTML, .innerText, or textContent (the only js/dom integrated ways of knowing what text elements provide their text content as far as I know) of any given element.
2. Ontop of that I have also found no clean solution to do reversible changes to pseudo elements, and I generally do things in this extension on the principle of "0% chance of fucking sites I alter up"
If you have insight I don't, it would be awesome if you'd share it either on https://github.com/Baizey/UniversalAutomaticCurrencyConverter through opening an issue or via email to baizeydevelopment@gmail.com - Vlerësuar me 4 yje nga 5 të mundshëmnga Heroic_Brine, 4 vite më parëGood app but has one massive flaw. if you blacklist a site the plugin still converts just dose not show it to you, this causes extreme lag on site with a large amount of numbers making me have to keep disabling and reenabling.
Përgjigje zhvilluesi
postuar më 4 vite më parëThat was actually not intended as a flaw, moreso as it simplified assumptions if the flow was always gone through, even if it wasnt shown to the user, hadn't seen performance issues either, but I may be biased since I have a pretty powerful pc, I will look at returning it to leave sites alone entirely if blacklisted (I will still allow the context menu, but then a refresh is requred if the site is whitelisted)
It would also be a great help if you would send an email to baizeydevelopment@gmail.com about which urls cause extreme lag, it might be a bug I would have to look into :) - Vlerësuar me 5 yje nga 5 të mundshëmnga THE GRAY MAN, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Gabriel, 4 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Ante, 5 vite më parëVery useful, lots of customization. This addon is exactly why addons were invented. It does such a simple job but saves a lot of time in the long run.
However, I would like the original currency format not to change when showing converted currency in brackets. For example 10€ becomes 10 EUR (*converted currency*). I'd like it to show 10€ (*converted currency*).
I'd also like to have the option to display the converted price as a tooltip on hover. Then this would be the perfect addon. But it's still 5* from me.