COMMAND_LIST ACTIVATION_MODE act_selected_text COMMAND APP=" __FRONT_APPLICATION_NAME__ "; [[ "${APP}" = "Explorer" ]] && APP="Internet Explorer"; open -a "${APP}" 'http://www.google.com/search?hl=ja&ie=UTF-8&oe=UTF-8&q= __OBJ_TEXT__ ' ESCAPE_SPECIAL_CHARS esc_with_percent EXECUTION_MODE exe_silent_popen NAME Google NEVER_ACTIVATE_IN mi NOTES google の検索結果をブラウザならそのブラウザで、そうでないならデフォルトブラウザで表示 OUTPUT_WINDOW_SETTINGS REQUIRED_MAC_OS_MIN_VERSION 10.1 REQUIRED_OMC_VERSION 1.7 SUBMENU_NAME .. VERSION 2 ACTIVATE_ONLY_IN Safari Camino Explorer ACTIVATION_MODE act_selected_text COMMAND set frontApp to " __FRONT_APPLICATION_NAME__ " set searchStr to do shell script "ruby -r uri -e 'print URI.escape(¥" __OBJ_TEXT__ ¥")'" set active_url to "" set sitePass to "" try if frontApp = "Safari" or frontApp = "Shiira" then tell application frontApp to set active_url to URL of document 1 else if frontApp = "Camino" then tell application frontApp to set active_url to URL of window 1 else if frontApp = "Explorer" or frontApp = "iCab" then tell application frontApp to set active_url to item 1 of (GetWindowInfo -1) if frontApp = "Explorer" then set frontApp to "Internet Explorer" else error "不明なブラウザです" end if set tmp to AppleScript's text item delimiters set AppleScript's text item delimiters to "/" set passCount to count of text item of active_url if passCount >= 3 then set sitePass to "" & text items 3 thru -2 of active_url set AppleScript's text item delimiters to tmp set urlStr to "http://www.google.com/search?hl=ja&ie=UTF-8&oe=UTF-8&sitesearch=" & sitePass & "&q=" & searchStr tell application frontApp activate open location urlStr end tell on error errMsg display dialog errMsg end try ESCAPE_SPECIAL_CHARS esc_for_applescript EXECUTION_MODE exe_applescript NAME Search this Site OUTPUT_WINDOW_SETTINGS REQUIRED_MAC_OS_MIN_VERSION REQUIRED_OMC_VERSION 1.7 SUBMENU_NAME .. VERSION 1 ACTIVATION_MODE act_selected_text COMMAND APP=" __FRONT_APPLICATION_NAME__ "; [[ "${APP}" = "Explorer" ]] && APP="Internet Explorer"; open -a "${APP}" 'http://bulkfeeds.net/app/search2?q= __OBJ_TEXT__ ' ESCAPE_SPECIAL_CHARS esc_with_percent EXECUTION_MODE exe_silent_popen NAME Bulkfeeds NEVER_ACTIVATE_IN mi OUTPUT_WINDOW_SETTINGS REQUIRED_MAC_OS_MIN_VERSION REQUIRED_OMC_VERSION 1.7 SUBMENU_NAME Search VERSION 2 ACTIVATION_MODE act_selected_text COMMAND APP=" __FRONT_APPLICATION_NAME__ "; [[ "${APP}" = "Explorer" ]] && APP="Internet Explorer"; open -a "${APP}" 'http://technorati.jp/search/search.html?query= __OBJ_TEXT__ ' ESCAPE_SPECIAL_CHARS esc_with_percent EXECUTION_MODE exe_silent_popen NAME Technorati NEVER_ACTIVATE_IN mi OUTPUT_WINDOW_SETTINGS REQUIRED_MAC_OS_MIN_VERSION REQUIRED_OMC_VERSION 1.7 SUBMENU_NAME Search VERSION 2 ACTIVATION_MODE act_selected_text COMMAND APP=" __FRONT_APPLICATION_NAME__ ";[[ "${APP}" = "Explorer" ]] && APP="Internet Explorer"; open -a "${APP}" "http://dictionary.goo.ne.jp/search.php?kind=all&MT="`ruby -r kconv -r uri -e 'print URI.escape(" __OBJ_TEXT__ ".kconv(Kconv::EUC, Kconv::UTF8))'` ESCAPE_SPECIAL_CHARS esc_none EXECUTION_MODE exe_silent_popen NAME goo 辞書 NEVER_ACTIVATE_IN mi OUTPUT_WINDOW_SETTINGS REQUIRED_MAC_OS_MIN_VERSION 10.3 REQUIRED_OMC_VERSION 1.7 SUBMENU_NAME Search VERSION 1 ACTIVATION_MODE act_selected_text COMMAND APP=" __FRONT_APPLICATION_NAME__ "; [[ "${APP}" = "Explorer" ]] && APP="Internet Explorer"; open -a "${APP}" 'http://ja.wikipedia.org/wiki/Special:Search?search= __OBJ_TEXT__ ' ESCAPE_SPECIAL_CHARS esc_with_percent EXECUTION_MODE exe_silent_popen NAME Wikipedia NEVER_ACTIVATE_IN mi OUTPUT_WINDOW_SETTINGS REQUIRED_MAC_OS_MIN_VERSION REQUIRED_OMC_VERSION 1.7 SUBMENU_NAME Search VERSION 2 ACTIVATION_MODE act_selected_text COMMAND APP=" __FRONT_APPLICATION_NAME__ "; [[ "${APP}" = "Explorer" ]] && APP="Internet Explorer"; open -a "${APP}" 'http://www.amazon.co.jp/exec/obidos/search-handle-url/index=blended&field-keywords= __OBJ_TEXT__ ' ESCAPE_SPECIAL_CHARS esc_with_percent EXECUTION_MODE exe_silent_popen NAME Amazon NEVER_ACTIVATE_IN mi OUTPUT_WINDOW_SETTINGS REQUIRED_MAC_OS_MIN_VERSION 10.1 REQUIRED_OMC_VERSION 1.3.1 SUBMENU_NAME Search VERSION 2 VERSION 2