<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web scratch &#187; 拡張機能</title>
	<atom:link href="http://efcl.info/tag/%e6%8b%a1%e5%bc%b5%e6%a9%9f%e8%83%bd/feed/" rel="self" type="application/rss+xml" />
	<link>http://efcl.info</link>
	<description>フリーソフトやFirefoxなどについて、web全般なサイト</description>
	<lastBuildDate>Wed, 08 Sep 2010 05:51:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ページ移動時などに音を鳴らすアドオン「KIRISAKE」</title>
		<link>http://efcl.info/2010/0821/res1906/</link>
		<comments>http://efcl.info/2010/0821/res1906/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 05:27:05 +0000</pubDate>
		<dc:creator>azu</dc:creator>
				<category><![CDATA[Jetpack]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[アドオン]]></category>
		<category><![CDATA[拡張機能]]></category>

		<guid isPermaLink="false">http://efcl.info/?p=1906</guid>
		<description><![CDATA[またJetpack SDKで1つアドオンを作成してみました。リンクをクリックしてページ移動などの通信が始まった際に、風を切り裂くような音を出すアドオンです。

KIRISAKE :: Add-ons for Firefo [...]]]></description>
			<content:encoded><![CDATA[<p>またJetpack SDKで1つアドオンを作成してみました。<br />リンクをクリックしてページ移動などの通信が始まった際に、風を切り裂くような音を出すアドオンです。</p>
<ul>
<li><a href="https://addons.mozilla.org/ja/firefox/addon/220208/">KIRISAKE :: Add-ons for Firefox</a> ダウンロード先</li>
<li><a href="http://github.com/azu/JetpackSDK/tree/master/KIRISAKE/">KIRISAKE at master from azu&#8217;s JetpackSDK &#8211; GitHub</a> ソースコード</li>
</ul>
<p>作った理由ですが、<br />移動する際に音を出すと、ちゃんとリンクをクリックできたかなどが聴覚的にも認識できるのと、上記のような音を使う事でブラウザが少し早くなったような感じがします(I shallplease)</p>
<p>という後付けの理由があったりしますが、HTML5のAudioタグを使って見たかったというのが第一の要因です。<br />そういう気分になったのは中国のJetpackerのLT資料を見つけて、pageWorkerでhtmlファイルを読み込んでその中でAudioタグを鳴らすというサンプルが載っていたので実践してみました。<br />見つけたLTの資料はこれ<a href="http://www.slideshare.net/littlebtc/jetpack-sdk-the-new-possibility-of-the-extensions-on-browser">Jetpack SDK: The new possibility of the extensions on browser</a></p>
<p>処理的にはたいしたことはやっていませんが、Jetpack SDKにはページ移動(ページを読み込みじゃなくて、通信が始まった瞬間)に反応するAPIはまだないような感じなので、nsIWebProgressを使った普通のFirefox拡張機能と同じように直に書きました。<br />Components.interfacesとか使う必要性が出てくるわけですが、Jetpack SDK0.6からはCiやCcというエイリアスがデフォルトではなくなったので、以下のようにrequireしてから使う必要があります。<br /><a href="https://dev.mozilla.jp/2010/07/jetpack-sdk-0-6/">Jetpack SDK 0.6 がリリースされました « Mozilla Developer Street (modest)</a></p>
<pre>var {Cc, Ci} = require("chrome");
</pre>
<p>ちなみにこのvar {a,b} = obj;みたいな表記は<a href="https://developer.mozilla.org/ja/New_in_JavaScript_1.7#.e5.88.86.e5.89.b2.e4.bb.a3.e5.85.a5">分割代入</a>というJavaScript 1.7からの機能を使ったもので、</p>
<pre>var Cc = require("chrome").Cc , Ci = require("chrome").Ci;
</pre>
<p>というのと同様の意味になります。一部地域ではよく見かけるので覚えておくと便利です。</p>
<ul>
<li><a href="http://nanto.asablo.jp/blog/2009/12/30/4784624">Kanasan.JS Jetpack ワークショップ: Days on the Moon</a></li>
<li><a href="http://d.hatena.ne.jp/mooz/20100729/p1">JavaScript の分割代入まとめ &#8211; mooz deceives you</a></li>
</ul>
<p>参考サイト</p>
<ul>
<li><a href="http://d.hatena.ne.jp/cou929_la/20100301/1267434283">Progress Listenersでロケーションバーのurl変更されたときに何かする &#8211; フリーフォーム フリークアウト</a></li>
<li><a href="http://piro.sakura.ne.jp/latest/blosxom/mozilla/xul/2007-01-21_splitbrowser-subbrowser.htm">Latest topics &gt; Split Browser開発のよもやま話（6）：分割されたブラウザの作り込み &#8211; outsider reflex</a></li>
</ul>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 108px; width: 1px; height: 1px; overflow: hidden;">Components.interfaces</div>
]]></content:encoded>
			<wfw:commentRss>http://efcl.info/2010/0821/res1906/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>拡張機能の有効状態を保存復元するuserChrome.js</title>
		<link>http://efcl.info/2010/0516/res1699/</link>
		<comments>http://efcl.info/2010/0516/res1699/#comments</comments>
		<pubDate>Sun, 16 May 2010 13:46:24 +0000</pubDate>
		<dc:creator>azu</dc:creator>
				<category><![CDATA[userChome.js]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[userChrome.js]]></category>
		<category><![CDATA[アドオン]]></category>
		<category><![CDATA[拡張機能]]></category>

		<guid isPermaLink="false">http://efcl.info/?p=1699</guid>
		<description><![CDATA[Firefoxの拡張機能(アドオン)の有効になってるか無効になってるかを記録して保存できます。またその保存したものから各アドオンの有効の有無を復元することができます。
例えば、Firefoxの動作がおかしいなと感じて、ど [...]]]></description>
			<content:encoded><![CDATA[<p>Firefoxの拡張機能(アドオン)の有効になってるか無効になってるかを記録して保存できます。<br />またその保存したものから各アドオンの有効の有無を復元することができます。</p>
<p>例えば、Firefoxの動作がおかしいなと感じて、どのアドオンが原因なのかを調べるときに、調べる前の有効状態を保存してから、一個一個アドオンを無効化して試し、原因となるアドオンが分かったら有効状態を復元して直ぐに元通りにできます。</p>
<p>似たような事を行えるVimperatorプラグインがあります。</p>
<dl>
<dt><strong>アドオンの有効無効状態を保存＆復帰できるプラギン &#8211; Death to false Web browser! &#8211; vimperatorグループ</strong></dt>
<dd><a title="アドオンの有効無効状態を保存＆復帰できるプラギン - Death to false Web browser! - vimperatorグループ" href="http://vimperator.g.hatena.ne.jp/nokturnalmortum/20100203/1265202872">http://vimperator.g.hatena.ne.jp/nokturnalmortum/20100203/1265202872</a></dd>
</dl>
<p>このスクリプトはuserMenu.jsが必要となるので、<a href="../2010/0512/res1692/">userChrome.jsでメニュー拡張を追加できる「userMenu.js」 | Web scratch</a>を読んでuserMenu.jsを導入してからChromeフォルダのtoolmenuフォルダに入れてください。</p>
<ul>
<li><a href="http://gist.github.com/raw/395918/ccd3c94c74fd552fa4f7069ef6a7f14c0a56bd7c/0001.%E3%82%A2%E3%83%89%E3%82%AA%E3%83%B3%E6%9C%89%E5%8A%B9%E7%8A%B6%E6%85%8B%E3%82%92%E4%BF%9D%E5%AD%98.S.js">0001.アドオン有効状態を保存.S.js</a></li>
</ul>
<address>アドオンの状態はextensions.scriptprefs.GM_modoki.%u30A2%u30C9%u30AA%u30F3%u6709%u52B9%u72B6%u614B%u3092%u4FDD%u5B58.extsDisable</address>
<p>に保存されています。(JSON.parseして使う。)</p>
<p>userMenu.jsに付属していた0000.アドオンリストをタブに表示.L.jsを元にしました。</p>
<p>他の参考にしたもの</p>
<p>nsIExtensionManagerで使えるもの<strong><a href="http://mxr.mozilla.org/mozilla/source/toolkit/mozapps/extensions/public/nsIExtensionManager.idl"><br />nsIExtensionManager.idl</a></strong></p>
<dl>
<dt>ダイアログの使い方。<br /><strong>nsIPromptService &#8211; MDC</strong></dt>
<dd><a title="nsIPromptService - MDC" href="https://developer-stage.mozilla.org/en/nsIPromptService#confirmEx%28%29">https://developer-stage.mozilla.org/en/nsIPromptService#confirmEx()</a></dd>
<dt>ダイアログの使い方。日本語ですがいろいろ抜けてます。</dt>
<dt><strong>Dialogs and Prompts &#8211; MDC</strong></dt>
<dd><a title="Dialogs and Prompts - MDC" href="https://developer-stage.mozilla.org/ja/Code_snippets/Dialogs_and_Prompts">https://developer-stage.mozilla.org/ja/Code_snippets/Dialogs_and_Prompts<br /></a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://efcl.info/2010/0516/res1699/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>縦置きタブバーとサイドバーを統合する拡張機能「Unified Sidebar」</title>
		<link>http://efcl.info/2010/0205/res1563/</link>
		<comments>http://efcl.info/2010/0205/res1563/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 07:22:13 +0000</pubDate>
		<dc:creator>azu</dc:creator>
				<category><![CDATA[アドオン]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[タブ]]></category>
		<category><![CDATA[拡張機能]]></category>

		<guid isPermaLink="false">http://efcl.info/?p=1563</guid>
		<description><![CDATA[firebugの縦置きタブバー(要アドオン)とサイバーを統合するUnified Sidebarというアドオンがリリースされました。

Latest topics &#62; 縦置きタブバーの下にサイドバーを統合するUnif [...]]]></description>
			<content:encoded><![CDATA[<p>firebugの縦置きタブバー(要アドオン)とサイバーを統合する<a href="https://addons.mozilla.org/ja/firefox/addon/72200/">Unified Sidebar</a>というアドオンがリリースされました。</p>
<dl>
<dt><strong>Latest topics &gt; 縦置きタブバーの下にサイドバーを統合するUnified Sidebarをリリースしたよ &#8211; outsider reflex</strong></dt>
<dd><a title="Latest topics &gt; 縦置きタブバーの下にサイドバーを統合するUnified Sidebarをリリースしたよ - outsider reflex" href="http://piro.sakura.ne.jp/latest/blosxom/mozilla/extension/unifiedsidebar/2010-02-05_released.htm">http://piro.sakura.ne.jp/latest/blosxom/mozilla/extension/unifiedsidebar/2010-02-05_released.htm</a></dd>
</dl>
<p>対応してる縦置きタブバーの拡張は下の3種類みたいですが、知らせれば他のも対応してくれるかもしれないとのことです。</p>
<ul>
<li>ツリー型タブ</li>
<li>VertTabbar</li>
<li>Tab Kit</li>
</ul>
<p style="text-align: left;">実際に統合するとしたような感じになります。</p>
<div id="attachment_1565" class="wp-caption aligncenter" style="width: 142px"><a href="http://efcl.info/wp-content/uploads/2010/02/sshot-2010-02-05-1.png"><img class="size-medium wp-image-1565 " title="sshot-2010-02-05-1" src="http://efcl.info/wp-content/uploads/2010/02/sshot-2010-02-05-1-132x300.png" alt="" width="132" height="300" /></a><p class="wp-caption-text">Tab kitと統合</p></div>
<p>画面の大きさと一度に開くタブの数によっては結構いい感じに扱えます。<br />
少しでも画面を広くするため、<a href="https://addons.mozilla.org/ja/firefox/addon/9256">Hide Caption</a>を使ってタイトルバーを非表示にして、userChrome.cssでサイドバーのタイトル部分を非表示にしています。</p>
<pre>/* サイドバーのタイトル部分非表示*/
#sidebar-box &#62; sidebarheader{
    display: none !important;
}
</pre>
<dl>
<dt><strong>Unified Sidebar</strong></dt>
<dd><a title="Unified Sidebar" href="https://addons.mozilla.org/ja/firefox/addon/72200/">https://addons.mozilla.org/ja/firefox/addon/72200/</a></dd>
<dt><strong>Hide Caption</strong></dt>
<dd><a title="Hide Caption" href="https://addons.mozilla.org/ja/firefox/addon/9256">https://addons.mozilla.org/ja/firefox/addon/9256</a></dd>
</dl>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<dl>
<dt><strong>タブバーを縦置きにする &#8211; Griever</strong></dt>
<dd><a title="タブバーを縦置きにする - Griever" href="http://d.hatena.ne.jp/Griever/20090705/1246788480">http://d.hatena.ne.jp/Griever/20090705/1246788480</a></dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://efcl.info/2010/0205/res1563/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>タブをツリー表示できる拡張機能「Tab Tree」</title>
		<link>http://efcl.info/2009/0307/res592/</link>
		<comments>http://efcl.info/2009/0307/res592/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 10:56:01 +0000</pubDate>
		<dc:creator>azu</dc:creator>
				<category><![CDATA[アドオン]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[ショートカット]]></category>
		<category><![CDATA[タブ]]></category>
		<category><![CDATA[拡張機能]]></category>

		<guid isPermaLink="false">http://efcl.info/?p=592</guid>
		<description><![CDATA[Firefoxでタブをツリーライクな表示をするアドオンとしてツリー型タブ (Tree Style Tab)は有名だと思いますが、
 このアドオンは本来のタブバーと置き換えてツリーにするので、競合などが起こりやすいです。
 [...]]]></description>
			<content:encoded><![CDATA[<p>Firefoxでタブをツリーライクな表示をするアドオンとして<a href="https://addons.mozilla.org/ja/firefox/addon/5890">ツリー型タブ (Tree Style Tab)</a>は有名だと思いますが、<br />
 このアドオンは本来のタブバーと置き換えてツリーにするので、競合などが起こりやすいです。</p>
<p>今回使う<a href="http://park2.wakwak.com/%7Ebenki/">Tab Tree</a>はサイドバーで本来のタブバーとは別にツリーを作るため競合することはありません。(逆に言えば、タブバー上を拡張するアドオンは無意味になる。)<br />
 <a href="http://park2.wakwak.com/%7Ebenki/">Tab Tree</a>を導入するとサイドバーにツリー型のタブバーを表示できるので、本来のタブバーが邪魔になります。<br />
 Tab mix plusや<a href="http://piro.sakura.ne.jp/latest/blosxom/mozilla/extension/2006-02-17_tabtree.htm">userChrome.css</a>を使って非表示にする事ができます。<br />
 初期状態だと、左のサイドバーにしか表示できないので他のサイドバーを表示すると隠れてしまいます。<br />
 それを改善するために、<a href="https://addons.mozilla.org/en-US/firefox/addon/4534">MultiSidebar</a>を入れると便利です。<br />
 <a href="https://addons.mozilla.org/en-US/firefox/addon/4534">MultiSidebar</a>はサイドバーを上下左右好きな場所に設置でき、たとえば右にTab Treeを移動した場合は、他のサイバーを開いてTab Treeのサイバーが閉じることはなくなります。<br />
 さらにサイドバーのタイトルも消せるので、スペースが節約できてます。<br />
 Tab Treeのサイバーを非表示/表示とトグルしたいときは、ツールバーにおけるボタンからもできますが、<a href="https://addons.mozilla.org/ja/firefox/addon/6366">FireGestures</a>やキーボードショートカットのコマンドに</p>
<p>toggleSidebar(&#8216;viewTabTree&#8217;);<br />
 と書けばトグルすることができます。</p>
<p>追記<br />
Tabmix Plusの代用方法<br />
タブを閉じるときに直前にフォーカスしていたタブにフォーカスを当てる</p>
<dl>
<dt><strong>FLST (Focus Last Selected Tab)</strong></dt>
<dd><a href="http://gorgias.de/mfe/">http://gorgias.de/mfe/</a></dd>
</dl>
<dl>
<dt><strong>dontCloseWindowWhenCloseLastTab.uc.js</strong></dt>
<dd><a href="http://space.geocities.yahoo.co.jp/gl/alice0775/view/20080307/1204874853">http://space.geocities.yahoo.co.jp/gl/alice0775/view/20080307/1204874853</a></dd>
</dl>
<p>常に<span class="ColorResultsClass">タブバー</span>を表示しない設定の場合に,最後のタブを閉じてもウインドウを閉じないようにする</p>
<div id="attachment_593" class="wp-caption alignleft" style="width: 92px"><a href="http://efcl.info/wp-content/uploads/sshot-5.png"><img class="size-medium wp-image-593" title="sshot-5" src="http://efcl.info/wp-content/uploads/sshot-5-82x300.png" alt="導入後" width="82" height="300" /></a><p class="wp-caption-text">導入後</p></div>
<dl>
<dt><strong>Tab Tree</strong></dt>
<dd><a href="http://park2.wakwak.com/~benki/">http://park2.wakwak.com/~benki/</a></dd>
</dl>
<dl>
<dt><strong>MultiSidebar</strong></dt>
<dd><a href="https://addons.mozilla.org/en-US/firefox/addon/4534">https://addons.mozilla.org/en-US/firefox/addon/4534</a></dd>
</dl>
<dl>
<dt><strong>FireGestures</strong></dt>
<dd><a href="https://addons.mozilla.org/ja/firefox/addon/6366">https://addons.mozilla.org/ja/firefox/addon/6366</a></dd>
</dl>
<p><br style="clear:both;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://efcl.info/2009/0307/res592/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>エラーページを便利にする拡張機能「ErrorZilla」とキャッシュページを探す「Resurrect Pages」</title>
		<link>http://efcl.info/2008/0805/res299/</link>
		<comments>http://efcl.info/2008/0805/res299/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 05:46:39 +0000</pubDate>
		<dc:creator>azu</dc:creator>
				<category><![CDATA[アドオン]]></category>
		<category><![CDATA[エラー]]></category>
		<category><![CDATA[キャッシュ]]></category>
		<category><![CDATA[拡張機能]]></category>
		<category><![CDATA[検索]]></category>

		<guid isPermaLink="false">http://efcl.info/?p=299</guid>
		<description><![CDATA[Webを巡っていると404などのエラーページに遭遇することがあります。
そこで、利用者はどうするかというとあきらめてまた後でくるか、グーグルのキャッシュを覗くなどのWebサービスを利用した閲覧をためしてみたりする。
そう [...]]]></description>
			<content:encoded><![CDATA[<p>Webを巡っていると404などのエラーページに遭遇することがあります。<br />
そこで、利用者はどうするかというとあきらめてまた後でくるか、グーグルのキャッシュを覗くなどのWebサービスを利用した閲覧をためしてみたりする。</p>
<p>そういうWebサービスへのアクセスを助けてくれるアドオンとして「ErrorZilla」があります。<br />
このアドオンは何かと派生が多いので、自分に合ったものを使えばいいかと。<br />
本家<a href="http://roachfiend.com/archives/2006/08/28/errorzilla-useful-error-pages-for-firefox/">ErrorZilla</a>は更新していないので、</p>
<ul>
<li><a href="https://addons.mozilla.org/ja/firefox/addon/3336">ErrorZilla Mod</a></li>
<li><a href="https://addons.mozilla.org/ja/firefox/addon/5398">CrendKing</a></li>
</ul>
<p>辺りが候補になる。<a href="https://addons.mozilla.org/ja/firefox/addon/5398">CrendKing</a>は<a href="https://addons.mozilla.org/ja/firefox/addon/3336">ErrorZilla Mod</a>をベースにしていてプロクシを通してのアクセスが容易にできるように改良されています。</p>
<p>後はほぼ同一の機能で<br />
- Google Cache (view the page cached by Google)<br />
- Coralize (use Coral CDN proxy to connect again)<br />
- Wayback (view an earlier version of this page)<br />
- Ping (use a server to ping the target server)<br />
- Trace (trace the network route from you to the server)<br />
- Whois (look up who owns the website)</p>
<p>それぞれへのリンクがエラーページ上で表示されます。<br />
背景画像をlolifoxにした<a href="https://addons.mozilla.org/ja/firefox/addon/4084">lolifox-ErrorZilla</a>なんてのもあります。</p>
<p>また同様にキャッシュへのアクセスを助けてくれる<a href="https://addons.mozilla.org/en-US/firefox/addon/2570">Resurrect Pages</a>というアドオンも紹介。<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/2570">Resurrect Pages</a>は主に検索エンジンのキャッシュページへのアクセスをナビゲーションバー上のボタンもしくは右クリックから行うことができる。</p>
<p>o CoralCDN<br />
o Google Cache<br />
o Yahoo! Cache<br />
o The Internet Archive<br />
o MSN Cache<br />
o Gigablast<br />
o WebCite</p>
<p>主に海外の検索エンジンが使われています。</p>
]]></content:encoded>
			<wfw:commentRss>http://efcl.info/2008/0805/res299/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[拡張機能]ニコニコ動画の普段と違う見方ができる「SmileSmile」</title>
		<link>http://efcl.info/2008/0421/res148/</link>
		<comments>http://efcl.info/2008/0421/res148/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 08:52:13 +0000</pubDate>
		<dc:creator>azu</dc:creator>
				<category><![CDATA[アドオン]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[ニコニコ動画]]></category>
		<category><![CDATA[拡張機能]]></category>

		<guid isPermaLink="false">http://efcl.info/2008/0421/res148/</guid>
		<description><![CDATA[Smile SmileはFirefoxのアドオンでランキングをリスト化し見やすくするなど、ニコニコ動画で埋もれた動画を発見できたりするアドオンです。
主な機能は
・ニコニコ動画のランキング・マイページを解析しリスト化しま [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www013.upp.so-net.ne.jp/baroque/product/smilesmile/index.html">Smile Smile</a>はFirefoxの<strong>アドオン</strong>でランキングをリスト化し見やすくするなど、ニコニコ動画で埋もれた動画を発見できたりするアドオンです。</p>
<p>主な機能は</p>
<blockquote cite="http://www013.upp.so-net.ne.jp/baroque/product/smilesmile/index.html" title="Smile Smile - Firefox add-on"><p>・ニコニコ動画のランキング・マイページを解析しリスト化します<br />
・Firefoxのブックマークや履歴を解析しリスト化します<br />
・大量の動画情報リストを高速に作成・表示することができます<br />
・通常のランク方式に加え、独自の採点方式により、ランキングに埋もれてしまっている勢いのある動画・注目されている動画を発見しやすくします<br />
・動画ダウンロード機能を有し、Firefoxのダウンロードマネージャを利用することにより安定したダウンロードプロセスを提供</p>
</blockquote>
<div align="right"><cite><a href="http://www013.upp.so-net.ne.jp/baroque/product/smilesmile/index.html">Smile Smile &#8211; Firefox add-on</a></cite></div>
<p>見たような動画のランキングデータを提供するサイトもありますが、それらのデータは決まった時間にクロールして集められたデータなので、常に最新のデータをみたいという人は利用してみると意外な発見なんかがあるかも。</p>
<p>自分の環境では上手く動いてくれませんでしたが、このように新しい視点で物事を見ると面白いかも知れない。</p>
]]></content:encoded>
			<wfw:commentRss>http://efcl.info/2008/0421/res148/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefoxのツールバーや検索窓をいじるアドオン</title>
		<link>http://efcl.info/2008/0322/res113/</link>
		<comments>http://efcl.info/2008/0322/res113/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 08:28:34 +0000</pubDate>
		<dc:creator>azu</dc:creator>
				<category><![CDATA[アドオン]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[拡張機能]]></category>

		<guid isPermaLink="false">http://efcl.info/2008/0322/res113/</guid>
		<description><![CDATA[ 普段から目に見えている箇所を強化させるアドオンの紹介です。
ステータスバーやツールバーなどを便利にすると意外と気持ちいい。
asdf-jkl

『asdf-jkl』はツールバーのショートカットキーをその場所にマウスを乗 [...]]]></description>
			<content:encoded><![CDATA[<p> 普段から目に見えている箇所を強化させるアドオンの紹介です。<br />
ステータスバーやツールバーなどを便利にすると意外と気持ちいい。</p>
<p><strong><a href="http://code.google.com/p/asdf-jkl/">asdf-jkl<br />
</a></strong></p>
<p>『<span class="highlight">asdf</span>-jkl』はツールバーのショートカットキーをその場所にマウスを乗せるとポップアップ表示してくれるアドオン。<br />
よく検索バーのショートカットは何だっけ？とか忘れるので地味に便利。(正解はCtrl+K)</p>
<ul>
<li><a href="http://www.moongift.jp/2007/04/asdf-jkl/">MOONGIFT: » キーボードショートカット習得支援「asdf-jkl」</a></li>
</ul>
<p><strong><a href="https://addons.mozilla.org/ja/firefox/addon/2025?application=firefox&amp;category=Navigation&amp;numpg=10&amp;id=2025">Active Stop Button</a></strong></p>
<p><a href="https://addons.mozilla.org/ja/firefox/addon/2025?application=firefox&amp;category=Navigation&amp;numpg=10&amp;id=2025">Active Stop Button</a>は 中止ボタンを強化する感じで中止ボタンの代わりに置き換えられます。<br />
中止ボタンを読み込み時以外にも押せるようになります。ページ内のGIFを押すと停止しします。<br />
一番いいところはボタンを右クリックすると他のタブも読み込みを中止することができます。</p>
<p><strong><a href="http://homepage3.nifty.com/georgei/extension/ftt.html">Find Toolbar Tweaks</a></strong></p>
<p>ページ内検索バーの挙動をいろいろ便利するアドオンです。<br />
safariのような？スーパー強調モード(周りも変化する)や検索し終えた後に検索バーを閉じるのが楽になったり検索履歴を残すこともできます。<br />
ページ内検索をよく使う人は入れても損はない。</p>
<ul>
<li><a href="http://fxwiki.blog63.fc2.com/blog-entry-27.html">[New] Find Toolbar Tweaks &#8211; Firefox拡張機能 &#8211; Firefox更新情報Wikiブログ</a> <strong><br />
</strong></li>
</ul>
<p><strong><a href="http://searchbarautosizer.mozdev.org/">Searchbar Autosizer</a></strong></p>
<p><a href="https://addons.mozilla.org/ja/firefox/addon/1172">Searchbar Autosizer</a>は上に付いてるグーグルなどの検索窓を便利にするアドオンで、検索バーの長さを入力に合わせて変化させたり、検索した後に検索窓を空にしたりと、かなり便利です。</p>
<ul>
<li><a href="http://level.s69.xrea.com/mozilla/index.cgi?id=20060909_Autosizer">検索窓を自動リサイズする Searchbar Autosizer &#8211; えむもじら</a></li>
<li><a href="http://www.ikimono.org/soft/searchbar-autosizer/">拡張：Searchbar Autosizer &#8211; Online soft</a></li>
</ul>
<p><strong><a href="https://addons.mozilla.org/ja/firefox/addon/2995">Splash!</a></strong></p>
<p><a href="https://addons.mozilla.org/ja/firefox/addon/2995">Splash!</a>はそのままですが、立ち上がりが遅いFirefoxに対してのイライラするのを軽減できるかも。<br />
起動時にスプラッシュ(画像)を表示することができます。画像は自分で用意しますが基本的に細かな設定をしなくてもいいので簡単に扱えます。(デザインを細かくも設定できます)<br />
起動が少し楽しく感じていい感じです。(起動時間自体はそこまで変化してないと思う。)</p>
<ul>
<li><a href="http://banpe-yu.seesaa.net/article/31519134.html">Splash -Firefox拡張機能- &#8211; banpe-yu♪ &#8220;Firefox拡張機能 紹介&#8221;</a></li>
<li><a href="http://mozilla-remix.seesaa.net/article/39825225.html">Mozilla Re-Mix: Firefox起動時に任意のスプラッシュスクリーンを表示する「Splash!」</a></li>
</ul>
<p><strong><a href="https://addons.mozilla.org/ja/firefox/addon/1934">巻き戻し/早送りボタン</a></strong></p>
<p>これは知ってる方が多い思いますが、ドメイン毎の戻るや進むができる便利なボタンを追加することができます。</p>
<p><strong> <a href="http://caspar.regis.free.fr/ahs/">autoHideStatusbar</a></strong></p>
<p><a href="http://caspar.regis.free.fr/ahs/">autoHideStatusbar</a>はステータスバー(画面下のバーです。)を条件を指定して非表示にする事ができるアドオンです。<br />
普段非表示にしておけば少し画面を広く扱えるので便利です。<br />
またリンク上なら表示、画面した何pxにマウスが来たら表示など表示する条件も指定できるので非表示にしても不便にならずにすみます。</p>
<ul>
<li> <a href="http://oboegaki.nobody.jp/extensions/autohidestatusbar.html">autoHideStatusbar &#8211; 拡張機能のおぼえがき -</a></li>
<li><a href="http://www.popxpop.com/archives/2007/06/firefoxautohidestatusbar.html">ステータスバーを要らないときは非表示にしてくれるFirefox拡張『autoHideStatusBar』 | POP*POP</a></li>
</ul>
<p>今回はこんな感じで、普段から目に見えているとこを改善していくと他のアドオンの印象も変わったりするので初めにいじっておきたい項目な気もします。</p>
]]></content:encoded>
			<wfw:commentRss>http://efcl.info/2008/0322/res113/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefoxの右クリックメニュー項目を並び替え、編集する</title>
		<link>http://efcl.info/2008/0225/res82/</link>
		<comments>http://efcl.info/2008/0225/res82/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 13:41:09 +0000</pubDate>
		<dc:creator>azu</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[アドオン]]></category>
		<category><![CDATA[拡張機能]]></category>

		<guid isPermaLink="false">http://efcl.info/2008/0225/res82/</guid>
		<description><![CDATA[アドオンを増やしてくると右クリックメニューが煩雑になり、せっかくの拡張機能が塚づらくなってしまいます。
その右メニューの項目を削除したり並び替えたりするアドオンはいくつか存在します。
上から順に簡単→難しい
Menu E [...]]]></description>
			<content:encoded><![CDATA[<p>アドオンを増やしてくると右クリックメニューが煩雑になり、せっかくの拡張機能が塚づらくなってしまいます。<br />
その右メニューの項目を削除したり並び替えたりするアドオンはいくつか存在します。</p>
<p>上から順に簡単→難しい</p>
<p><a href="http://mozilla.seesaa.net/article/2085013.html">Menu Editor 1.2.3 日本語版</a><br />
<a href="http://mozilla.seesaa.net/article/2085013.html">Menu Editor</a>は視覚的に判断して、右クリックメニューとツールバーのメニュー項目を編集できます。<br />
しかし、何かと他の拡張と競合するので、インストールしてみて競合する場合は避けた方がいいかも。</p>
<p>もう一つのアドオンとしてMenuManipulatorがあります。</p>
<p>MenuManipulator</p>
<p><a href="http://wikiwiki.jp/firefox/?cmd=read&amp;page=Ext%2FMenuManipulator" target="_blank">http://wikiwiki.jp/firefox/?cmd=read&amp;page=Ext%2FMenuManipulator</a><br />
<a href="http://mozilla.dorando.at/" target="_blank">http://mozilla.dorando.at/</a></p>
<p>これはFirefox1.5で更新が止まっているので、インストールするにはextensions.checkCompatibility をFalseにする必要があります。<br />
詳しくは<a href="http://fxwiki.blog63.fc2.com/blog-entry-66.html" title="Firefox2.0に未対応な拡張機能を使うには？">Firefox2.0に未対応な拡張機能を使うには？</a> や<a href="http://wikiwiki.jp/firefox/?%B8%DF%B4%B9%C0%AD">互換性について</a>を参照するといいでしょう。<br />
簡単に言えば互換性がありますよと言い張る処理をさせる必要があるのです。</p>
<p>MenuManipulatorメニューの並べ変えなど、複雑な処理もできます。<br />
使い方が少し複雑なのと情報が少ないのがアレデスね。</p>
<p>参考サイト<br />
<a href="http://blogs.dion.ne.jp/k_sn/archives/3016008.html">三軒隣の斜め向かい</a></p>
<p>もう一つは<a href="http://firefox.geckodev.org/index.php?userchrome.css" title="userchrome.css">userChrome.css</a>を使う方法です。</p>
<p><a href="http://firefox.geckodev.org/index.php?userchrome.css" title="userchrome.css">userChrome.css</a>はFirefoxのメニューなどをcssでいじくるものです。</p>
<ul>
<li><a href="http://firefox.geckodev.org/?userchrome.css">userchrome.css &#8211; Mozilla Firefox まとめサイト</a></li>
<li><a href="http://blog.livedoor.jp/blankcity/archives/15346691.html">小さな瞬き:Firefox &#8211; コンテキストメニュー(右クリックメニュー)の編集</a><span style="text-decoration: underline"></span></li>
<li><a href="http://suzumi.boo.jp/adanami/200505/01_2106.php">徒波｜不要なコンテキストメニューを非表示にする　【userChrome.css】</a></li>
<li><a href="http://browserjs.blog102.fc2.com/blog-entry-600.html">Browser.js Firefox：Tips 9 Firefoxのコンテキストメニューを変更する</a></li>
</ul>
<p>などを参考にすれば右メニューの編集はできると思いますが、少し知識が必要な方法だと思います。</p>
<p>MenuManipulatorでclassやidを調べて(変更して)、 <a href="http://firefox.geckodev.org/index.php?userchrome.css" title="userchrome.css">userChrome.css</a>で非表示にするのが弊害が出なくていい方法だと思う。</p>
<p><a href="http://firefox.geckodev.org/index.php?userchrome.css" title="userchrome.css">userChrome.css</a>についてはもう一度書く変更かも。</p>
]]></content:encoded>
			<wfw:commentRss>http://efcl.info/2008/0225/res82/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefoxのショートカットを便利にするLDRizeとアドオン</title>
		<link>http://efcl.info/2008/0130/res41/</link>
		<comments>http://efcl.info/2008/0130/res41/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 07:04:43 +0000</pubDate>
		<dc:creator>azu</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[アドオン]]></category>
		<category><![CDATA[拡張機能]]></category>

		<guid isPermaLink="false">http://efcl.info/2008/0130/res41/</guid>
		<description><![CDATA[Firefoxでは元から様々ショートカットがあります。
それを有効に活用するのも重要ですが配置が悪かったり、もっと便利にキーボードを使うための記事です。

デフォルトからのショートカットキーは下記に書いてあります。
Ct [...]]]></description>
			<content:encoded><![CDATA[<p>Firefoxでは元から様々ショートカットがあります。<br />
それを有効に活用するのも重要ですが配置が悪かったり、もっと便利にキーボードを使うための記事です。</p>
<p><span id="more-41"></span></p>
<p>デフォルトからのショートカットキーは下記に書いてあります。<br />
Ctrl +数字 のタブのショートカットキーは意外と知らなかったりしましたが、指がつりそうな配置です。</p>
<p><a href="http://lesliefranke.com/files/reference/firefoxcheatsheet.html"><img src="http://favicon.aruko.net/s/f/http://lesliefranke.com/files/reference/firefoxcheatsheet.html" alt="" width="13" height="13" /> Mozilla Firefox Cheat Sheet</a></p>
<p>LDRizeというアドオンはショートカットキーでページをスクロールしたり、フレームで開いて中身を確認できたり、<br />
ピンを立てて一気に開いたりできます。<br />
LivedoorReaderやFastLadderのようなショートカットキーを多くのページでできるようになるグリモンです。<br />
上から順番にGreasemonkeyスクリプトをインストール</p>
<p>Minibufferに依存しているので先にMinibufferをインストールしてください<br />
<a rel="nofollow" href="http://userscripts.org/scripts/show/11759">http://userscripts.org/scripts/show/11759</a></p>
<p>AutoPagerizeと組み合わせると こうかはばつぐんだ<br />
<a rel="nofollow" href="http://userscripts.org/scripts/show/8551">http://userscripts.org/scripts/show/8551</a></p>
<p>LivedoorReaderやFastLadderのようなショートカットキーを色々な場所で利用可能にするGreasemonkeyです<br />
<a rel="nofollow" href="http://userscripts.org/scripts/show/11562">http://userscripts.org/scripts/show/11562</a></p>
<p>これは<strong>順番が大事なので、もし順番を違った場合はスクリプトの管理画面で<br />
Alt+ドラッグで</strong></p>
<p>Minibuffer<br />
AutoPagerize<br />
LDRize</p>
<p>となるようにしてください。</p>
<blockquote title="silog - script/LDRize"><p>とりあえずgoogleで F [ESC] J J O(オー) P P K K L L O(オー)の順にキーを押せば使い方が分かるかも 。</p>
</blockquote>
<p>との事なので、<a href="http://white.s151.xrea.com/wiki/index.php?script%2FLDRize">silog &#8211; script/LDRize</a>を参考にやってみてば慣れると思います。(Shift + ?でヘルプが出ます。)<br />
IMEを切ってないと無効になるので注意。<br />
使えないページもあります。</p>
<p>Ggreasemonkeyスクリプトなので、管理画面から編集すれば細かい設定を変えれるようになっています。<br />
自分はLDRize::toggle-smooth-scroll(ぬるぬるスクロール)をflaseにして<br />
DEFAULT_HEIGHTを100にしています。</p>
<p>まずショートカットキーを簡単に変更するためのアドオンを導入します。</p>
<p><a href="http://mozilla.seesaa.net/article/2243568.html">keyconfig 20060828 日本語版 ショートカットキーの設定を変更する拡張機能</a></p>
<p>そして設定画面で、左のタブへ移動するコード</p>
<pre>gBrowser.mTabContainer.advanceSelectedTab(-1,true);</pre>
<p>右のタブへ移動するコード</p>
<pre>gBrowser.mTabContainer.advanceSelectedTab(1,true);</pre>
<p>を作成してそれぞれにショートカットキーとして自分の好みでキーを与える。<br />
自分は,と.を使用しています。<br />
他のタブ移動のショートカットなんかは<a href="http://wildlifesanctuary.blog38.fc2.com/blog-entry-123.html">Firefox のタブ移動ショートカットキー</a>が参考になると思います。</p>
<p>これで左手はキーボードで右手でマウスを使うような感じの環境ができます。</p>
]]></content:encoded>
			<wfw:commentRss>http://efcl.info/2008/0130/res41/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mass InstallerでまとめてFirefoxの拡張機能をインストール</title>
		<link>http://efcl.info/2008/0125/res32/</link>
		<comments>http://efcl.info/2008/0125/res32/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 14:26:18 +0000</pubDate>
		<dc:creator>azu</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[拡張機能]]></category>

		<guid isPermaLink="false">http://efcl.info/2008/0125/res32/</guid>
		<description><![CDATA[Mass InstallerはFirefoxの拡張機能をまとめてインストールするための拡張機能です。
新規環境に移行する時や、初めてFirefoxをやるときに最初に入れてみるとかなり作業がはかどります。
これはテキストフ [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://forums.mozillazine.org/viewtopic.php?t=225555"><span style="font-weight: bold">Mass Installer</span></a>はFirefoxの拡張機能をまとめてインストールするための拡張機能です。<br />
新規環境に移行する時や、初めてFirefoxをやるときに最初に入れてみるとかなり作業がはかどります。<br />
これはテキストファイルに記載されているURLからどんどん拡張をインストールしていきます、<br />
まだ試した事がないですが<a href="http://forums.mozillazine.org/viewtopic.php?t=225555"><span style="font-weight: bold">Mass Installer</span></a>をインストールして再起動(Firefoxを)すると、<br />
ダイアログがでてテキストファイルを選択するようです。</p>
<blockquote><p><a href="http://forum.addonsmirror.net/index.php?showtopic=2665">Mass Installer 0.3.1 &#8211; Add-ons Mirror</a><br />
本体がよくわからなかったのでミラーしているサイトを拾ってきた。<br />
一度ファイルとして保存してから、FirefoxへD&amp;Dすればインストールできます。</p>
</blockquote>
<p>自分の拡張機能一覧のテキストファイル。</p>
<p><a href="http://efcl.info/wp-content/uploads/infolist.txt" title="infolist.txt">infolist.txt</a></p>
<p>こういう拡張機能の一覧を作成するには<a href="http://mozilla.doslash.org/infolister/">InfoLister</a><br />
という拡張を使えば簡単にできます。</p>
]]></content:encoded>
			<wfw:commentRss>http://efcl.info/2008/0125/res32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
