+knutars suggested that i created a project in crowdin so the extension could be translated to other languages more easily... So I just did that!
Check the translation project here
Thanks for helping out!
Hi
Chrome extension which allows you to right click on selected text and search on multiple sites at the same time.
Thursday, February 6, 2014
Wednesday, January 8, 2014
1 year without activity :P
Yikes... 2013 was intense!... a single update to the extension!
It's not like it's a finished product. It's just that I had no time at all :)
It was a good year, though :D
But there's a few new things I'd like to try this year, which will mean some major changes under the hood.
So even it might take some time, I thought to share it with you anyways:
It's not like it's a finished product. It's just that I had no time at all :)
It was a good year, though :D
But there's a few new things I'd like to try this year, which will mean some major changes under the hood.
So even it might take some time, I thought to share it with you anyways:
- Configure links to replace spaces with %20 or '+' sign. That's a per-link configuration, since some sites use + on their URLs instead of the standard %20 for spaces. This was requested a long time ago, but means I should change the configuration object... that's why I haven't implemented it yet. It will mean some backward compatibility code will need to be in place, plus, most of all, will mean to change the current links table to something better... I'll start looking into cool JavaScript tables to use.
- Configure links to be opened on a new window and on a new incognito window. Don't know if can be done... I'll have to check the Chrome API... It's something I came up with a long ago, but again, means all the changes mentioned above... so since I'm doing #1, makes sense to go for #2 too :)
- Someone requested this new feature that I liked: an option to display an icon on the omnibox and then a pop-up menu with the available links.... It's against the "right-click-search" original objective, but couldn't hurt to try... and I guess makes sense on some scenarios, like when I'm browsing from my iPad using a remote desktop to my computer... yeah... i do that sometimes :/ ... I'm not sure it will work or be easy to implement so, again, I will have to check the Chrome API. But since I haven't been doing much coding lattely, I welcome the challenge :P
I'll also try and include a couple new translations (thanks for the offerings!!!) and well, #1 & #2 above will probably mean some more major changes... I'll re-think using knockoutJS to work with my configuration data... I'll have to ask someone that really knows if it's really worth it, though.
That's it so far, I hope to get back here soon with more news.
Cheers!
That's it so far, I hope to get back here soon with more news.
Cheers!
Friday, January 25, 2013
Minor update: version 0.2.2 is live
Version 0.2.2 went out last night, in silent mode: this means, if you had 0.2.1 you won't notice it updated... This is something suggested by my friend and coworker +Alejandro Charbonnier (Gracias Lalo! :D)
On this release I did only 3 things, I've been busy and will be for a few weeks so I'm not expecting to include any major changes in the next trhee to four months.
The new changes are:
On this release I did only 3 things, I've been busy and will be for a few weeks so I'm not expecting to include any major changes in the next trhee to four months.
The new changes are:
- Bug fix: Import/Export feature was not working, and for the looks of it... it hasn't been working for a long while!
First, thanks to +Alvin Chong for reporting this, and for being so kind and patience -it took me like a month to fix this-, and also to test the fix and send feedback. I really appreciate this!
Usually, when I'm "on the other side" I do this once in a while, only for a piece of software or service I really appreciate, but not often. So I value the support of users like Alvin who remind me I'm not the only one who likes my extension :D - Included 3 new search engines to the featured list... these I took from Alvin's list (again, thanks!).
As of the update of the manifest version, I no longer update this Database externally, but pack it within the extension. I might go back to the external web service, once I get the proper SSL certificate to do so -Chrome does not support external website call unless encrypted-.
I figured it's not worth it. - I now included the version number to the left column of the options page, so you know which version you're dealing with.
That's it... thanks again for the continuous support.
Saturday, December 1, 2012
Quick update: version 0.2.1
Hi there,
Had to perform a quick, silent update last night. I found another weird thing when editing some config options... Now that seems to be working fine.
Also, a user reported that the string to be searched (what you define as %s on the url) was not working properly if there were more than one %s on the same URL. I never really thought it might be necessary but he shoed me a site that required that. So, it now works with more than one %s on the URL.
Cheers!
Had to perform a quick, silent update last night. I found another weird thing when editing some config options... Now that seems to be working fine.
Also, a user reported that the string to be searched (what you define as %s on the url) was not working properly if there were more than one %s on the same URL. I never really thought it might be necessary but he shoed me a site that required that. So, it now works with more than one %s on the URL.
Cheers!
Wednesday, November 28, 2012
Ver 0.2 changelog
So, this is the complete list of stuff that was updated with this last review
- Manifest version 2 support: Google had us developers update the manifest version of the extension, to ensure support on future Chrome versions. This update implied that I made a few architectural changes to the extension... forces code separation, and encrypted connection to external resources is now mandatory. I had to make quire a lot of changes to the code, which mean nothing to most users... code is cleaner now, though, so in the end it's for the best... won't complain :) If you want to know more about this, you can check it out here.
For the time being, I removed the reference to the Featured Search Engines list which was on my site, because I don't have an SSL certificate there... the list is now local, so if I want o update it, I'll have to upload a new version... it sucks, but I'm not updating that list so often, so I'm not sure it's worth it... I'll also change that list component soon, so I'll review this when that comes. - Bug fixes
- weird search link behaibour: on a past post I explained this... not much else to say but sorry, I don't really know what happened.
- default focus not working: also explained on a past post... I messed that feature last time I updated the extension and took me a while to realize. Sorry!!! รณ.o
- Cleanup migration code: again, something users won't notice... there was some code to support updating from really old versions... not really needed now -I hope!-
- Localization Support: it took me a while to implement, and as of this version, only English and Spanish are supported, but from now on, I can add support for other languages... Translators are welcome! if you want the extension on your language, drop me a comment and I'll send you a file to complete it... I haven't figured out a better way to do this... If I do find a better way to do this, I'll post something here.
Chrome support for localization is great, in general, but it lacks some basic stuff... of I'm way off the mark... the Options page HTML code took me a while to set-up for translations... I had to use some tricky jQuery replacements of text/code for it to work, and am not convinced that's the best way to go... I'll have to read some more.
That's it! seems sooo much little but it was sooo much work :(
The ToDo list is huge, though... so I hope I'll get a new version up soon.
Cheers,
Diego
New version: 0.2
Hi there!
This must have been the longest time without uploading a new version... shame on me... a buggy version, last one.
There was this one defect, which I'm not really sure why was caused, which had your link order all wrong after having the extension running for a while... Editing any configuration option solved the issue but was a pain... I still don't know why this started happening... the only conclusion I could get to, is that the indexes for the contextual menus were altered after a while, by something else than my extension... so when you clicked on a search link, its index corresponded to an above link, or something like that... messy...
I removed the use of chrome indexes, and now I use an index of my own, saved on the config... I hope I didn't break anything with this.
Another bug was with the default focus option... I broke it on the last version and took me a while to realize... and did never get the message of a bug report, posted on 8/1/2012... apologies to that user.
I've had little time to work on this, I apologize for the delay on my response... I'd love to say it won't take that long next time, but can't promise anything! :D
I'll post a complete list of the changelog on another post... lots of stuf... the worst thing is that the ToDo list is still huge! :P
Thanks again for all the positive feedback, and apologies for the inconveniences.
Cheers,
This must have been the longest time without uploading a new version... shame on me... a buggy version, last one.
There was this one defect, which I'm not really sure why was caused, which had your link order all wrong after having the extension running for a while... Editing any configuration option solved the issue but was a pain... I still don't know why this started happening... the only conclusion I could get to, is that the indexes for the contextual menus were altered after a while, by something else than my extension... so when you clicked on a search link, its index corresponded to an above link, or something like that... messy...
I removed the use of chrome indexes, and now I use an index of my own, saved on the config... I hope I didn't break anything with this.
Another bug was with the default focus option... I broke it on the last version and took me a while to realize... and did never get the message of a bug report, posted on 8/1/2012... apologies to that user.
I've had little time to work on this, I apologize for the delay on my response... I'd love to say it won't take that long next time, but can't promise anything! :D
I'll post a complete list of the changelog on another post... lots of stuf... the worst thing is that the ToDo list is still huge! :P
Thanks again for all the positive feedback, and apologies for the inconveniences.
Cheers,
Tuesday, November 27, 2012
Help me translate!
Hi there!
As of version 0.2, I'm supporting internationalization on my extension.
This means the extension's interface can be displayed on the same language your browser is set as default.
To do so, I need help with the translations!
I've already translated it to Spanish, but if you want it translated to your own language, please post a comment and we'll get in touch.
Thanks/Gracias/Arigato/Grazzie/etc... you know
As of version 0.2, I'm supporting internationalization on my extension.
This means the extension's interface can be displayed on the same language your browser is set as default.
To do so, I need help with the translations!
I've already translated it to Spanish, but if you want it translated to your own language, please post a comment and we'll get in touch.
Thanks/Gracias/Arigato/Grazzie/etc... you know
Subscribe to:
Posts (Atom)