Відгуки для Quick Dictionary
Quick Dictionary автор Trần Xuân Thắng
44 відгуки
- Оцінка 5 з 5від Користувач Firefox 14068099, 8 років томуQuý lắm mới cho 5* đấy nhớ. Tiện ích làm như cớt ấy
- Оцінка 5 з 5від Користувач Firefox 13945316, 8 років тому
- Оцінка 5 з 5від Lien Vu, 8 років тому
- Оцінка 5 з 5від Користувач Firefox 11233054, 8 років томуGracias muy bueno, se puede buscar en el Wiktionary en español (Wikcionario) poniendo en la caja de texto de las opciones, Language #1 (required): es
- Оцінка 2 з 5від Користувач Firefox 13965540, 8 років томуDoesn't support instant definition-popup showing with double-click.
Відповідь розробника
оприлюднено 8 років томуSorry for the inconvenience. Because the translation result is from online service, I think it's not good to translate immediately after every double clicks. Different than offline-based translation addons, mine suffers from slower speed on crappy internet, not mention that every time double clicked a popup will cover some of page content, and the privacy issues (imagine everything you double clicked will be sent instantly to online provider, even if you want to translate your selected string or not). Still, I understand your will and I'll try to do something about it soon. - Оцінка 5 з 5від lamqhoang, 8 років тому
- Оцінка 4 з 5від Quang Trinh, 8 років томуNice add-on, but I want to have an option to turn off the context menu for it. My browser toolbox is buggy and I couldn't seem to get the CSS ID for it. What is the CSS ID for the context menu of this add-on? So that I can turn it of myself, thank you!
Edit: Nevermind, found it, "#_3b70ac6e-090b-4455-b0be-ab852255cfee__context_find_meaning"Відповідь розробника
оприлюднено 8 років томуGlad you found it yourself. I don't exactly know what the CSS ID is and how to find it tbh :P - Оцінка 5 з 5від Користувач Firefox 13885244, 8 років томуExcellent extension. Works all the time for me.Never had a problem. Switched to firefox from chrom for privacy reasons (do not like google's data collection). I was missing the pop up dictonary though .This great extention helped me out. Thank you so much for offering this. Really appreciate it.
- Оцінка 5 з 5від Користувач Firefox 13256199, 8 років тому
- Оцінка 3 з 5від Користувач Firefox 13691436, 8 років томуIt captures cmd-Q on Mac, which is the command to exit an application. ctrl-Q is a very common command on both Windows and Linux as well. Please change it, or at least give us the option to.
Відповідь розробника
оприлюднено 8 років томуI'll find what I can do about this problem asap. I'm more familiar with Alt+F4 though.
Edit: I've changed the hotkey to "Ctrl+Shift+Q" ("Cmd+Shift+Q" for macOS), hope this brings you more convenient.
The hotkey shortcut have to be hard coded in manifest.json, it is the rule of webExtension so I think it'll not be easy to make an option to customize it. Chrome extension already have the built-in hotkey modifier (For example https://www.howtogeek.com/127162/how-to-create-custom-keyboard-shortcuts-for-browser-actions-and-extensions-in-google-chrome/) so we might have to wait for firefox to add this feature. - Оцінка 5 з 5від Користувач Firefox 13637397, 8 років томуThis extension is the best I found for FF57, it does everything I need and it is very convenient.
Thank you very much! - Оцінка 4 з 5від Erlend, 8 років томуThis is good! I started using this after an older Wiktionary plugin whose name I forgot stopped working when Firefox stopped supporting XUL. With that older extension, you could right-click a highlighted word and click a menu option that gave you an on-page window showing the full Wiktionary page for that word. This plugin has a few other ways to trigger looking up words - a neat optional button that appears over highlighted words, a toolbar button you can click to look up the highlighted word, or a hotkey (CTRL-Q). The page that pops up is a modified and shortened Wiktionary page. If the highlighted word is not on Wiktionary, the add-on can still often find the correct translation by looking it up in some other source.
For me, there are only two things that make this a 4/5 instead of a 5/5. First, the modified Wiktionary page that this plugin displays is missing a few things, such as translations. Second, and most importantly, the hotkey is not editable in any obvious way, and in Firefox on macOS it is set to CMD-Q, which is also the system hotkey to close programs on macOS. The extension overrides the system hotkey, which means that you can no longer quit Firefox in the most convenient way with the extension enabled. (Oh yeah, and the plugin defaults to the Vietnamese Wiktionary version, but this is very easy to change. :) )Відповідь розробника
оприлюднено 8 років томуAbout the hotkey shortcut, it have to be hard coded in manifest.json, it is the rule of webExtension so I think it'll not be easy to make an option to customize it. Chrome extension already have the built-in hotkey modifier (For example https://www.howtogeek.com/127162/how-to-create-custom-keyboard-shortcuts-for-browser-actions-and-extensions-in-google-chrome/) so we might have to wait for firefox to add this feature. - Оцінка 3 з 5від alexg, 8 років томуCame here from the wiktionary extension by zen, which could point and translate words with a hotkey, which allowed translating buttons and links, that are hard or impossible to select. Hopefully this extension will add this option.
Also the information given in the popup interface in wikitionary was a lot less messy - easier to read right away.Відповідь розробника
оприлюднено 8 років томуSorry for the late reply. There are some limitation in webExtensions when compare to good old XUL addons, so some features like "hold ctrl or ctrl+shift to translate hovering word" are not possible right now (you can use Ctrl+Q to bring up the addon popup though).
If you want to translate some text in links, I have this little trick: hold your "alt" button when select some text inside a link, then you can choose that text without accidentally click to that link.
I know about the popup's results is probably looks too complicated, I'm still finding solutions for that. My extension uses wiktionary result in html format, while the 'Wiktionary and Google Translate' addon by Zen gets the wiktionary result in 'wiki markup' format, which is very hard to parse, and the addon won't show you the meaning of a word in verb, or noun, adj, adv,... and just show a few meanings of the word if I remembered right.
And I know little about javascript when I wrote this extension, but right now I've got a lot better so I may try to rewrite this extension when I have time. - Оцінка 4 з 5від Daniel, 8 років томуGood, i like it. But, when i using "Reader View" mode in Firefox, Quick Dictionary isn't work. Why?
Відповідь розробника
оприлюднено 8 років томуSorry for the late reply (somehow I didn't receive AMO notification by email). Reader mode acts like a system page (like about:preferences, or addons.mozilla.org) so with the limitation of webExtension for now won't allow extensions to interact with it.
EDIT: "quick button" still doesn't work in reader mode, but you can use Sidebar + QD's context menu to translate in reader mode. https://imgur.com/KWbu1ZX - Оцінка 5 з 5від Користувач Firefox 13394511, 8 років томуIt works as well as it claims it does. I think it's the most convenient dictionary compatible with 47+
- Оцінка 2 з 5від firefoxtrot, 8 років томуI only see the green button appear sometimes, but most times it doesn't do anything.
Відповідь розробника
оприлюднено 8 років томуThat's weird. Could you provide some sites URL as example, or it's completely random?
The button does not show most of the time if you select text on the web, and when the button does appear, clicking on it does not show anything, am I right?
Remember that "green button" does not support all sites, like this one (addons.mozilla.org).
And what are your firefox version number? If you have time to provide more detailed information, you can contact with me by my email tranthang.yb@outlook.com. - Оцінка 5 з 5від Користувач Firefox 11874150, 9 років томуHave tried many dictionary extensions but this is the best!
Thank for your amazing job! - Оцінка 5 з 5від Користувач Firefox 12513269, 9 років томуRất tốt nhưng cần phát triển "Double click" vào từ để tra ngay :)