Quote:
Originally Posted by cedhax
Let's try to collect the data here. The data collected here should be "forever" around, not like what happened to handleopenurl.com.
|
An excellent idea.
Allow me to give an example of what you label relatively easy:
App Name -- URL Scheme
Google Translate--https://translate.google.com/#en/da/{word}
How did I find this?
Go to
https://translate.google.com/
Then select your languages of interest. I chose English -> Danish
Then enter a word, say horse.
Observe the URL it will show :
https://translate.google.com/#en/da/horse
Your URL Scheme will now be: https://translate.google.com/#en/da/{word}
In Marvin use {text} instead of {word}