This extension provides implements a keyword search from Safari's url bar.
Searching for amazon ipod touch
from the url bar will search for ipod touch
directly in Amazon's website.
- Amazon:
amazon
- Amazon MP3:
mp3
- Wikipedia:
wiki
- Ebay:
ebay
- Google Maps:
maps
- Newegg:
newegg
- Duckduckgo:
ddg
- YouTube:
youtube
- Rotten Tomatoes:
rt
- Wolfram Alpha:
wolfram
- Zappos:
zappos
- Twitter:
twitter
- IMDB:
imdb
You can force a regular search without keyword matching by prepending the query with a !
, eg: !amazon headquarters
.
- [Other] Removed some unused code
- [Feature] Copy to clipboard directly from import/export
- [Enhancement] Now backed by Redux instead of Backbone
- [Enhancement] Updated all 3rd party dependencies
- [Enhancement] Small UI tweaks
- [Bugfix]
javascript://
urls where causing exceptions.
- [Feature] Adds option for disabling
!
search. - [Feature] Adds option for disabling analytics reporting.
- [Bugfix] Small fixes.
- [Bugfix] Fixes import/export feature.
- [Feature] Added option for toggling Amazon referrals.
- [Feature] Updated UI.
- [Bugfix] Update default search URLs.
- [Feature] Added import/export capabilities to sites.
- [Bugfix] Some internal RegEx fixes.
- [Bugfix] Update default Twitter search url that comes bundled with the app and added affiliate tag to search results.
- [Analytics] Tracking some usage, nothing identifiable just generic events.
- [Bugfix] Fix for international characters on site keywords.
- [Bugfix] Smaller download file.
- [Bugfix] Added support for international characters.
- [Bugfix] Using
{%search}
now encodes every space - [Feature] Added Amazon mp3 as the default site, key:
mp3
- [Feature] Added option for setting default search site for all searches.
- [Bugfix] Fixed URL encoding issues.
- [Improvement] Omnikey used to work in a hacky kind of way, now it listens for the
beforeSearch
event which makes it way more faster and prevents the rare Google screen flicker.
- [Bugfix] Taking into account localized versions of Safari that perform searches on different domains, this fixes issues that prevented Omnikey from doing it's magic when running in other languages (thanks to Lukas Herman for reporting).
- First release