「任意の検索エンジンで検索」の版間の差分
非推奨のタグを修正 |
URLの修正 |
||
| 13行目: | 13行目: | ||
// ここから下に検索エンジンを定義 ------------------------------------------------------------------ | // ここから下に検索エンジンを定義 ------------------------------------------------------------------ | ||
// 1:検索エンジン名, 2:検索URL(検索文字列を%1で記載) | // 1:検索エンジン名, 2:検索URL(検索文字列を%1で記載) | ||
f[f.length] = ["Google", "https://www.google. | f[f.length] = ["Google", "https://www.google.com/search?q=%1&ie=utf-8&oe=utf-8"]; | ||
f[f.length] = ["Yahoo! JAPAN", "https://search.yahoo.co.jp/search?p=%1&ei=UTF-8"]; | f[f.length] = ["Yahoo! JAPAN", "https://search.yahoo.co.jp/search?p=%1&ei=UTF-8"]; | ||
f[f.length] = ["Bing", "https://www.bing.com/search?q=%1"]; | f[f.length] = ["Bing", "https://www.bing.com/search?q=%1"]; | ||
f[f.length] = ["Wikipedia", "https://ja.wikipedia.org/wiki/%1"]; | f[f.length] = ["Wikipedia", "https://ja.wikipedia.org/wiki/%1"]; | ||
f[f.length] = ["Amazon.co.jp", "https://www.amazon.co.jp/s/ref=nb_sb_noss?__mk_ja_JP=%E3%82%AB%E3%82%BF%E3%82%AB%E3%83%8A&url=search-alias%3Daps&field-keywords=%1"]; | f[f.length] = ["Amazon.co.jp", "https://www.amazon.co.jp/s/ref=nb_sb_noss?__mk_ja_JP=%E3%82%AB%E3%82%BF%E3%82%AB%E3%83%8A&url=search-alias%3Daps&field-keywords=%1"]; | ||
f[f.length] = ["Twitter", "https:// | f[f.length] = ["X (Twitter)", "https://x.com/search?q=%1%20lang%3Aja"]; | ||
f[f.length] = ["Google翻訳(日本語→英語)", "https://translate.google.com/translate_t?hl=ja&langpair=ja%7Cen&text=%1"]; | f[f.length] = ["Google翻訳 (日本語→英語)", "https://translate.google.com/translate_t?hl=ja&langpair=ja%7Cen&text=%1"]; | ||
f[f.length] = ["Google翻訳(英語→日本語)", "https://translate.google.com/translate_t?hl=ja&langpair=en%7Cja&text=%1"]; | f[f.length] = ["Google翻訳 (英語→日本語)", "https://translate.google.com/translate_t?hl=ja&langpair=en%7Cja&text=%1"]; | ||
f[f.length] = ["Weblio 英和時点・和英辞典", "https://ejje.weblio.jp/content/%1"]; | f[f.length] = ["Weblio 英和時点・和英辞典", "https://ejje.weblio.jp/content/%1"]; | ||
// ここまで----------------------------------------------------------------------------------------- | // ここまで----------------------------------------------------------------------------------------- | ||
スポンサーリンク