アドレスバー検索に登録するブックマークレットもどき等

アドレスバー検索をブックマークレットもどきにする方法 - borbisの日記で紹介したsearch.iniのサンプルファイルsearch.ini.870+dataURI.ini"検索エンジン"を追加しましたのでご案内します。



ブックマークレットもどきを検索エンジン登録するもの

アドレスバー検索で実行するHTTPヘッダービューアー

View HTTP Request and Response Headerのサービスを利用してHTTPヘッダーを確認します。
ファイルをダウンロードする前に「Last-Modified:」や「Content-Length:」を見るのに便利。

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

View HTTP Request and Response Header

キー (Keyword)

head

アドレス(Address)

data:text/html,<html><script>var U='%s';location.replace('http://web-sniffer.net/?url='+encodeURIComponent(U)+'&submit=Submit&http=1.0h&type=HEAD&ua=')</script></html>

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 21]
Name=View HTTP Request and Response Header
URL=data:text/html,<html><script>var U='%s';location.replace('http://web-sniffer.net/?url='+encodeURIComponent(U)+'&submit=Submit&http=1.0h&type=HEAD&ua=')</script></html>
Query=
Key=head
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

アドレスバー検索で実行するはてなアンテナ・手動更新チェッカー

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

はてなアンテナ・手動更新チェッカー

キー (Keyword)

hantena

アドレス(Address)

data:text/html,<html><script>var U='%s';if(U.match(/^http:\/\/a\.hatena\.ne\.jp\/go\?/)){location.replace('http://api.a.hatena.ne.jp/check?robots=1&url='+encodeURIComponent(U.replace(/^http:\/\/a\.hatena\.ne\.jp\/go\?/,'').replace(/\d{14}$/,'')))}else{location.replace('http://api.a.hatena.ne.jp/check?robots=1&url='+encodeURIComponent(U.replace(/^http:\/\/a\.hatena\.ne\.jp\/(include|map)\?/,'')))}</script></html>

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 22]
Name=はてなアンテナ・手動更新チェッカー
URL=data:text/html,<html><script>var U='%s';if(U.match(/^http:\/\/a\.hatena\.ne\.jp\/go\?/)){location.replace('http://api.a.hatena.ne.jp/check?robots=1&url='+encodeURIComponent(U.replace(/^http:\/\/a\.hatena\.ne\.jp\/go\?/,'').replace(/\d{14}$/,'')))}else{location.replace('http://api.a.hatena.ne.jp/check?robots=1&url='+encodeURIComponent(U.replace(/^http:\/\/a\.hatena\.ne\.jp\/(include|map)\?/,'')))}</script></html>
Query=
Key=hantena
Is post=0
Has endseparator=0
Encoding=euc-jp
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

*1:後半の2つは更新チェック用URLと表示用URLが異なる場合に必要になります。

アドレスバー検索で実行する英和・和英・国語辞書検索のモバイル版

↓の4箇所のサイトで まとめて一度に検索します。

  1. スペースアルクの「英辞郎 on the Web」 (http://www.alc.co.jp/)
  2. goo辞書 (http://dictionary.goo.ne.jp/)
  3. エキサイト 辞書 (http://www.excite.co.jp/dictionary/)
  4. Yahoo!辞書 (http://dic.yahoo.co.jp/)

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

DIC Mobile まとめて 英和英 辞書

キー (Keyword)

dicm

アドレス(Address)

data:text/html;charset=utf-8,<html><body><script>function F(L){return '<A HREF="'+L+'" target=_blank>'+L+'</A><BR><BR>'}U='%s';H='http://';gooU=H+'dictionary.goo.ne.jp/freewordsearcher.html?search_history=&MT='+U+'&kind=&kwassist=0&mode=0&dictionary=%BC%AD%BD%F1%B8%A1%BA%F7&id=top&kind=all';exU=H+'www.excite.co.jp/dictionary/english_japanese/?search='+U+'&submit=+%E6%A4%9C+%E7%B4%A2+&match=beginswith&dictionary=NEW_EJJE';yU=H+'dic.yahoo.co.jp/dsearch?enc=UTF-8&p='+U+'&stype=0&dtype=2';eowU=H+'eow.alc.co.jp/'+U.replace(/\+/g,'%20')+'/UTF-8/';location.replace('data:text/html;charset=utf-8,<html><title>DIC</title><body>Check DIC<BR>'+U.replace(/\+/g,'%20')+'<HR>'+F(eowU)+F(gooU)+F(exU)+F(yU)+'</body></html>')</script></body></html>

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 23]
Name=DIC Mobile まとめて 英和英 辞書
URL=data:text/html;charset=utf-8,<html><body><script>function F(L){return '<A HREF="'+L+'" target=_blank>'+L+'</A><BR><BR>'}U='%s';H='http://';gooU=H+'dictionary.goo.ne.jp/freewordsearcher.html?search_history=&MT='+U+'&kind=&kwassist=0&mode=0&dictionary=%BC%AD%BD%F1%B8%A1%BA%F7&id=top&kind=all';exU=H+'www.excite.co.jp/dictionary/english_japanese/?search='+U+'&submit=+%E6%A4%9C+%E7%B4%A2+&match=beginswith&dictionary=NEW_EJJE';yU=H+'dic.yahoo.co.jp/dsearch?enc=UTF-8&p='+U+'&stype=0&dtype=2';eowU=H+'eow.alc.co.jp/'+U.replace(/\+/g,'%20')+'/UTF-8/';location.replace('data:text/html;charset=utf-8,<html><title>DIC</title><body>Check DIC<BR>'+U.replace(/\+/g,'%20')+'<HR>'+F(eowU)+F(gooU)+F(exU)+F(yU)+'</body></html>')</script></body></html>
Query=
Key=dicm
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

例として、アドレスバーに↓を入力すると

dicm cell phone

アドレスバーの内容が↓の様に変わって (↓の内容をアドレスバーにコピペすれば疑似体験できます)

data:text/html;charset=utf-8,%3Chtml%3E%3Ctitle%3EDIC%3C/title%3E%3Cbody%3ECheck%20DIC%3CBR%3Ecell%20phone%3CHR%3E%3CA%20HREF=%22http://eow.alc.co.jp/cell%20phone/UTF-8/%22%20target=_blank%3Ehttp://eow.alc.co.jp/cell%20phone/UTF-8/%3C/A%3E%3CBR%3E%3CBR%3E%3CA%20HREF=%22http://dictionary.goo.ne.jp/freewordsearcher.html?search_history=&MT=cell+phone&kind=&kwassist=0&mode=0&dictionary=%EF%BF%BD%EF%BF%BD%EF%BF%BD%F1%B8%A1%BA%EF%BF%BD&id=top&kind=all%22%20target=_blank%3Ehttp://dictionary.goo.ne.jp/freewordsearcher.html?search_history=&MT=cell+phone&kind=&kwassist=0&mode=0&dictionary=%EF%BF%BD%EF%BF%BD%EF%BF%BD%F1%B8%A1%BA%EF%BF%BD&id=top&kind=all%3C/A%3E%3CBR%3E%3CBR%3E%3CA%20HREF=%22http://www.excite.co.jp/dictionary/english_japanese/?search=cell+phone&submit=+%E6%A4%9C+%E7%B4%A2+&match=beginswith&dictionary=NEW_EJJE%22%20target=_blank%3Ehttp://www.excite.co.jp/dictionary/english_japanese/?search=cell+phone&submit=+%E6%A4%9C+%E7%B4%A2+&match=beginswith&dictionary=NEW_EJJE%3C/A%3E%3CBR%3E%3CBR%3E%3CA%20HREF=%22http://dic.yahoo.co.jp/dsearch?enc=UTF-8&p=cell+phone&stype=0&dtype=2%22%20target=_blank%3Ehttp://dic.yahoo.co.jp/dsearch?enc=UTF-8&p=cell+phone&stype=0&dtype=2%3C/A%3E%3CBR%3E%3CBR%3E%3C/body%3E%3C/html%3E

↓このようなページが表示されます。

Check DIC
cell phone
                                                                                                                                                                                                                                                                                                                                                                          • -
http://eow.alc.co.jp/cell%20phone/UTF-8/ http://dictionary.goo.ne.jp/freewordsearcher.html?search_history=&MT=cell+phone&kind=&kwassist=0&mode=0&dictionary=%EF%BF%BD%EF%BF%BD%EF%BF%BD%F1%B8%A1%BA%EF%BF%BD&id=top&kind=all http://www.excite.co.jp/dictionary/english_japanese/?search=cell+phone&submit=+%E6%A4%9C+%E7%B4%A2+&match=beginswith&dictionary=NEW_EJJE http://dic.yahoo.co.jp/dsearch?enc=UTF-8&p=cell+phone&stype=0&dtype=2

アドレスバー検索で実行する英和・和英・国語辞書検索のデスクトップ版

↓の4箇所のサイトで まとめて一度に検索します。

  1. スペースアルクの「英辞郎 on the Web」 (http://www.alc.co.jp/)
  2. goo辞書 (http://dictionary.goo.ne.jp/)
  3. エキサイト 辞書 (http://www.excite.co.jp/dictionary/)
  4. Yahoo!辞書 (http://dic.yahoo.co.jp/)

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

DIC Desktop まとめて 英和英 辞書

キー (Keyword)

dicd

アドレス(Address)

data:text/html;charset=utf-8,<html><body><script>function F(L,M){return '<A HREF="'+L+'" target=_blank>'+L+'</A><BR><BR>'+(!M?'':'<IFRAME SRC="'+L+'" width=840 height=800></IFRAME><HR>')}U='%s';H='http://';gooU=H+'dictionary.goo.ne.jp/freewordsearcher.html?search_history=&MT='+U+'&kind=&kwassist=0&mode=0&dictionary=%BC%AD%BD%F1%B8%A1%BA%F7&id=top&kind=all';exU=H+'www.excite.co.jp/dictionary/english_japanese/?search='+U+'&submit=+%E6%A4%9C+%E7%B4%A2+&match=beginswith&dictionary=NEW_EJJE';yU=H+'dic.yahoo.co.jp/dsearch?enc=UTF-8&p='+U+'&stype=0&dtype=2';eowU=H+'eow.alc.co.jp/'+U.replace(/\+/g,'%20')+'/UTF-8/';location.replace('data:text/html;charset=utf-8,<html><title>DIC</title><body>Check DIC<BR>'+U.replace(/\+/g,'%20')+'<HR>'+F(eowU,1)+F(gooU,1)+F(exU,1)+F(yU,1)+'</body></html>')</script></body></html>

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 24]
Name=DIC Desktop まとめて 英和英 辞書(location.replaceなのでOpera MobileでもIFRAMEが生きる)
URL=data:text/html;charset=utf-8,<html><body><script>function F(L,M){return '<A HREF="'+L+'" target=_blank>'+L+'</A><BR><BR>'+(!M?'':'<IFRAME SRC="'+L+'" width=840 height=800></IFRAME><HR>')}U='%s';H='http://';gooU=H+'dictionary.goo.ne.jp/freewordsearcher.html?search_history=&MT='+U+'&kind=&kwassist=0&mode=0&dictionary=%BC%AD%BD%F1%B8%A1%BA%F7&id=top&kind=all';exU=H+'www.excite.co.jp/dictionary/english_japanese/?search='+U+'&submit=+%E6%A4%9C+%E7%B4%A2+&match=beginswith&dictionary=NEW_EJJE';yU=H+'dic.yahoo.co.jp/dsearch?enc=UTF-8&p='+U+'&stype=0&dtype=2';eowU=H+'eow.alc.co.jp/'+U.replace(/\+/g,'%20')+'/UTF-8/';location.replace('data:text/html;charset=utf-8,<html><title>DIC</title><body>Check DIC<BR>'+U.replace(/\+/g,'%20')+'<HR>'+F(eowU,1)+F(gooU,1)+F(exU,1)+F(yU,1)+'</body></html>')</script></body></html>
Query=
Key=dicd
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

例として、アドレスバーに↓を入力すると

dicd cell phone

アドレスバーの内容が↓の様に変わります。

data:text/html;charset=utf-8,<html><title>DIC</title><body>Check DIC<BR>cell phone<HR><A HREF="http://eow.alc.co.jp/cell phone/UTF-8/" target=_blank>http://eow.alc.co.jp/cell phone/UTF-8/</A><BR><BR><IFRAME SRC="http://eow.alc.co.jp/cell phone/UTF-8/" width=840 height=800></IFRAME><HR><A HREF="http://dictionary.goo.ne.jp/freewordsearcher.html?search_history=&MT=cell+phone&kind=&kwassist=0&mode=0&dictionary=%EF%BF%BD%EF%BF%BD%EF%BF%BD%F1%B8%A1%BA%EF%BF%BD&id=top&kind=all" target=_blank>http://dictionary.goo.ne.jp/freewordsearcher.html?search_history=&MT=cell+phone&kind=&kwassist=0&mode=0&dictionary=%EF%BF%BD%EF%BF%BD%EF%BF%BD%F1%B8%A1%BA%EF%BF%BD&id=top&kind=all</A><BR><BR><IFRAME SRC="http://dictionary.goo.ne.jp/freewordsearcher.html?search_history=&MT=cell+phone&kind=&kwassist=0&mode=0&dictionary=%EF%BF%BD%EF%BF%BD%EF%BF%BD%F1%B8%A1%BA%EF%BF%BD&id=top&kind=all" width=840 height=800></IFRAME><HR><A HREF="http://www.excite.co.jp/dictionary/english_japanese/?search=cell+phone&submit=+%E6%A4%9C+%E7%B4%A2+&match=beginswith&dictionary=NEW_EJJE" target=_blank>http://www.excite.co.jp/dictionary/english_japanese/?search=cell+phone&submit=+%E6%A4%9C+%E7%B4%A2+&match=beginswith&dictionary=NEW_EJJE</A><BR><BR><IFRAME SRC="http://www.excite.co.jp/dictionary/english_japanese/?search=cell+phone&submit=+%E6%A4%9C+%E7%B4%A2+&match=beginswith&dictionary=NEW_EJJE" width=840 height=800></IFRAME><HR><A HREF="http://dic.yahoo.co.jp/dsearch?enc=UTF-8&p=cell+phone&stype=0&dtype=2" target=_blank>http://dic.yahoo.co.jp/dsearch?enc=UTF-8&p=cell+phone&stype=0&dtype=2</A><BR><BR><IFRAME SRC="http://dic.yahoo.co.jp/dsearch?enc=UTF-8&p=cell+phone&stype=0&dtype=2" width=840 height=800></IFRAME><HR></body></html>

↑の内容をアドレスバーにコピペすれば疑似体験できます。

アドレスバー検索で実行するDocufarm - Online document viewer

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

Docufarm - Online document viewer (pdf, ppt, doc, rtf, ps, gz, xls)

キー (Keyword)

df

アドレス(Address)

data:text/html;charset=utf-8,<html><script>location.replace('http://www.docufarm.com/view.jsp?url='+encodeURIComponent('%s'))</script></html>

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 29]
Name=Docufarm - Online document viewer (pdf, ppt, doc, rtf, ps, gz, xls)
URL=data:text/html;charset=utf-8,<html><script>location.replace('http://www.docufarm.com/view.jsp?url='+encodeURIComponent('%s'))</script></html>
Query=
Key=df
Is post=0
Has endseparator=0
Encoding=UTF-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

例として、アドレスバーに↓を入力すると

df http://wssupport.sharp.co.jp/manual/ws011sh/pdf/9WS011_Opera.pdf

↓このページが表示されます。
http://www.docufarm.com/view.jsp?url=http%3A%2F%2Fwssupport.sharp.co.jp%2Fmanual%2Fws011sh%2Fpdf%2F9WS011_Opera.pdf
場合によっては(無線LANが使える場合、Operaの200%ズームを使いたい場合)、Picsel PDF Viewerよりも便利かも。

アドレスバー検索で実行するGoogle串表示

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

Google串で表示

キー (Keyword)

gxy

アドレス(Address)

data:text/html;charset=utf-8,<html><script>location.replace('http://www.google.com/gwt/n?u='+encodeURIComponent('%s')+'&_gwt_noimg=1')</script></html>

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 30]
Name=Google串で表示
URL=data:text/html;charset=utf-8,<html><script>location.replace('http://www.google.com/gwt/n?u='+encodeURIComponent('%s')+'&_gwt_noimg=1')</script></html>
Query=
Key=gxy
Is post=0
Has endseparator=0
Encoding=UTF-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

例として、アドレスバーに↓を入力すると

gxy http://jp.opera.com/index.dml

↓このページが表示されます。
http://www.google.com/gwt/n?u=http%3A%2F%2Fjp.opera.com%2Findex.dml&_gwt_noimg=1



ブックマークレットもどきで無く、通常の検索エンジン登録のもの

Scandoo Google検索

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

Scandoo Google

キー (Keyword)

gs

アドレス(Address)

http://g.s.scandoo.com/search?meta=on&q=%s

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 17]
Name=Scandoo Google
URL=http://g.s.scandoo.com/search?meta=on&q=%s
Query=
Key=gs
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

本家のGoogle検索は g 検索語 で検索できますが、Scandoo Google検索は gs 検索語 で検索します。

Scandoo Yahoo検索

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

Scandoo Yahoo

キー (Keyword)

ys

アドレス(Address)

http://y.s.scandoo.com/search?p=%s

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 18]
Name=Scandoo Yahoo
URL=http://y.s.scandoo.com/search?p=%s
Query=
Key=ys
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

本家のYahoo!検索は y 検索語 で検索できますが、Scandoo Yahoo!検索は ys 検索語 で検索します。

Scandoo Live(MSN)検索

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

Scandoo Live(MSN)

キー (Keyword)

ms

アドレス(Address)

http://m.s.scandoo.com/results.aspx?q=%s&FORM=FREEWS

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 19]
Name=Scandoo Live(MSN)
URL=http://m.s.scandoo.com/results.aspx?q=%s&FORM=FREEWS
Query=
Key=ms
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

Scandoo Live(MSN)検索は ms 検索語 で検索します。

アドレスバー検索で実行するYahoo! 翻訳 : 英語⇒日本語

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

Yahoo! 翻訳 : 英語⇒日本語 

キー (Keyword)

try

アドレス(Address)

http://honyaku.yahoo.co.jp/transtext

クエリ文字(Query string) (「POSTを使用(Use POST)」 のチェックボックスにチェックを入れて)

both=TH&text=%s&clearFlg=1&eid=CR-EJ

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 25]
Name=Yahoo! 翻訳 : 英語⇒日本語 
URL=http://honyaku.yahoo.co.jp/transtext
Query=both=TH&text=%s&clearFlg=1&eid=CR-EJ
Key=try
Is post=1
Has endseparator=0
Encoding=utf-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

例として、アドレスバーに↓を入力すると

try Despotism is a legitimate mode of government in dealing with barbarians, provided the end be their improvement, and the means justified by actually effecting that end.

http://honyaku.yahoo.co.jp/transtext
に行ってからテキストエリアに

Despotism is a legitimate mode of government in dealing with barbarians, provided the end be their improvement, and the means justified by actually effecting that end.

を書き込んで[翻訳]ボタンを押したのと同じ結果が得られます。

アドレスバー検索で実行するエキサイト 翻訳 : 英語⇒日本語

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

エキサイト 翻訳 : 英語⇒日本語

キー (Keyword)

tre

アドレス(Address)

http://www.excite.co.jp/world/english/

クエリ文字(Query string) (「POSTを使用(Use POST)」 のチェックボックスにチェックを入れて)

before=%s&wb_lp=ENJA&start=%96%7C+%96%F3&after=

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 26]
Name=エキサイト 翻訳 : 英語⇒日本語
URL=http://www.excite.co.jp/world/english/
Query=before=%s&wb_lp=ENJA&start=%96%7C+%96%F3&after=
Key=tre
Is post=1
Has endseparator=0
Encoding=shift_jis
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

例として、アドレスバーに↓を入力すると

tre Despotism is a legitimate mode of government in dealing with barbarians, provided the end be their improvement, and the means justified by actually effecting that end.

http://www.excite.co.jp/world/english/
に行ってからテキストエリアに

Despotism is a legitimate mode of government in dealing with barbarians, provided the end be their improvement, and the means justified by actually effecting that end.

を書き込んで[翻訳]ボタンを押したのと同じ結果が得られます。

アドレスバー検索で実行するフレッシュアイ 翻訳 : 英語⇒日本語

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

フレッシュアイ 翻訳 : 英語⇒日本語

キー (Keyword)

trf

アドレス(Address)

http://mt.fresheye.com/ft_result.cgi

クエリ文字(Query string) (「POSTを使用(Use POST)」 のチェックボックスにチェックを入れて)

gen_text=%s&e=&gen_text2=

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 27]
Name=フレッシュアイ 翻訳 : 英語⇒日本語
URL=http://mt.fresheye.com/ft_result.cgi
Query=gen_text=%s&e=&gen_text2=
Key=trf
Is post=1
Has endseparator=0
Encoding=shift_jis
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

例として、アドレスバーに↓を入力すると

trf Despotism is a legitimate mode of government in dealing with barbarians, provided the end be their improvement, and the means justified by actually effecting that end.

http://mt.fresheye.com/ft_result.cgi
に行ってからテキストエリアに

Despotism is a legitimate mode of government in dealing with barbarians, provided the end be their improvement, and the means justified by actually effecting that end.

を書き込んで[翻訳]ボタンを押したのと同じ結果が得られます。

漢字の読みがな・読み方検索【Yomigana】

デスクトップ版Opera検索エンジンを登録する場合

   ツール > 設定 > ネットサーチ
と進んで [ 追加 ] ボタンを押しさらに [ 詳細>> ] ボタンを押してから次の項目を入力します。

名前 (Name)

漢字の読みがな・読み方検索【Yomigana】

キー (Keyword)

yomi

アドレス(Address)

http://www.yomigana.com/?q=%s

search.iniを直接編集する場合

当然ながら Search Engine 番号は、各自の search.ini 内の順番に合わせて訂正する必要が有ります。

[Search Engine 28]
Name=漢字の読みがな・読み方検索【Yomigana】
URL=http://www.yomigana.com/?q=%s
Query=
Key=yomi
Is post=0
Has endseparator=0
Encoding=UTF-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0

使い方

漢字の読みがな・読み方検索【Yomigana】は yomi 検索語 で検索します。