Firefoxの拡張を書き出してみる を書いてからだいぶ経ったのと、Firefox 3.5 で落ち着いているので、もう一度リストを作ってみる。
長くなるので、以下全文表示で。
拡張(アドオン、エクステンション)
- 1Password 3.0.0.BETA-31
- 1Password 用の拡張。ユーザー名やパスワードは Mac 用のソフトで管理して、ショートカットキーで自動入力している。
- Adblock Plus 1.1.1
- 広告カット。これ入れてる環境に慣れてしまっている。
- All-in-One Sidebar 0.7.10
- サイドバー拡張。拡張リストやダウンロードリストもサイドバーに表示。自動開閉が便利。
- Auto Copy 1.0
- マウスで選択した文字列を自動的にコピー。そのままコンテキストメニューが出てロケーションバーや検索バーに貼付けたりもできる。もはや必須。手放せない。
- Bookmarks UI Consolidator 0.2.1
- ブックマークメニューをブックマークツールバーに表示
- Dedtcious Bookmarks 2.1.062
- delicious へのポスト、検索
- DownThemAll! 1.1.6
- ダウンローダ。画像を一気に落としたり。
- DownloadHelper 4.6.2
- YouTube 等の動画サイトから各種メディアファイルをダウンロードしたりする
- Evernote Web Cdtpper 3.0.0.57015
- Evernote 用。
- FEBE 6.2
- 拡張/プロファイルのバックアップ
- Favicon Picker 3 0.5
- ファビコン設定。ブックマークツールバー用に。
- FaviconizeTab 0.9.8.2
- タブをファビコンだけの表示にする
- Firebug 1.4.2
- HTML/CSS/Javascript のコンソール的なもの。主にCSSをチェックする時に使ってる
- Firefox PDF Plugin for Mac OS X 1.1.2
- PDF を Firefox 内で表示させるプラグイン
- Forecastfox 0.9.10.1
- 天気予報。ブックマークツールバーに置いてます
- Greasemonkey 0.8.20090123.1
- いろんなスクリプト入れてます。今使ってるのは34個。Tumblr / Google Reader 関連多し。
- Make Link 9.08
- URL/タイトル/選択文字列を、右クリックから形式を指定してクリップボードにコピー
- Organize Search Engines 1.5
- サーチエンジンを整理。フォルダを作ったりできる
- Read it Later 0.9947
- 「あとで読む」的な機能のやつ。iPhone でも使ってるので。
- RefControl 0.8.12
- Referer を偽装したり。Google Reader でたまにブログによって画像が表示されないことがあるので、これを使う。あとtumblr の reblog command (Greasemonkey) もこれを使って偽装しないとダメみたいよ。
- Smart Bookmarks Bar 1.4.3
- ブックマークツールバーのブックマークをファビコン表示、マウスオーバー時のみタイトル表示。
- Stylish 1.0.6
- いろんなサイトや Firefox 自体の見た目を CSS で変える。数えたら33個。Google関連は必須。
- Tab Mix Plus 0.3.8.1
- タブ関連の設定を拡張。基本的には新規タブで開く設定
- Tombloo 0.4.5
- Tumblr のみならず、いろんなサービスに右クリックからポストできる超便利な拡張。個人的には Tumblr バックアップ機能がはずせない。
- TooManyTabs 1.0.0
- タブバーの上にスタックをつくって、タブ開きすぎて重くなるのを防ぐ。実際はブックマークしてるんだけど、タブの形として表示されるので、安心していろいろ突っ込んでしまう。
- Xmarks 3.3.3
- ブックマークをサーバーと同期。
- dragdropupload 1.9
- アップロードする際にファイルをドラッグアンドドロップで選択できる
- feedly 2.x
- Google Reader の代替インターフェース。フィードリーダなんだけど、Google Reader と同期できて、見やすく、機能も追加されている。
テーマ、Stylish の設定
テーマは、GrApple Yummy 2.0.5 を使っている。
これに Stylish で、いろいろ見た目を変えている。
ウィンドウ自体のスタイル設定
- Tabs: Safari 4 way
- タブを Safari 4 のスタイルにしている。でもこれ導入してると、タブの多段表示ができないんだよなー(悩み)。
- tooltip transparent
- ツールチップを半透明にする
- Ffx context-menu: extreme minimalism!
- Ffx Context Menu Extension Related
- コンテキストメニューをシンプルにしてる。
- Stylishier Greasemonkey status icon
- Stylishier Stylish status icon
- Stylishier Xmarks status icon
- Stylishier Firebug status icon
- Stylishier Read it Later toolbar button
- Greasemonkey/Stylish/Xmarks/Firebug のステータスアイコンと Read it Later のツールバーアイコンをかっこよく
- Disable Menu Button
- 戻る/進む/中止ボタンが使えない時に非表示
1
2
3
4
5
6@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://browser/content/browser.xul) {
#back-button[disabled="true"] { display: none; }
#forward-button[disabled="true"] { display: none; }
#stop-button[disabled="true"] { display: none; }
} - Search Field Favicon
- サーチフィールドのファビコン表示
1
2
3
4
5
6
7@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.searchbar-engine-image {
margin-left: -11px !important;
margin-right: 2px !important;
display: -moz-box !important;
background-color: #fff !important;
} - Tab Favicon with GrApple
- GrApple のテーマで、タブにファビコンを表示させる
1
2
3
4
5
6
7
8
9
10
11@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tabbrowser-tab {
-moz-box-direction: normal !important;
}
.tab-icon-image {
opacity: 0.5 !important;
margin-left: 2px;
}
.tabbrowser-tab[selected="true"] .tab-icon-image {
opacity: 1.0 !important;
}


Google 検索関連
- Google Compact
- 結果をコンパクトにまとめる
- Google result number
- 検索結果に番号をつける
- Google Multi Column
- マルチコラム化
- google.co.jp ad killer
- 広告消し
- Google designing just for me
- いろいろやってる
Tumblr 関連
- Tumblr – dashboard blockquooooote brushup
- Dashboard の blockquote のスタイル付け
- Tumblr Dashboard Big Photos
- Tumblr Dashboardの画像を最初から大きく表示する。
- Tumblr Dashboard My Posts’ Background
- Dashboard で自分のポストの背景の色を変える
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.tumblr.com/dashboard"),
url-prefix("http://www.tumblr.com/show") {
li.is_mine {
background-color: #33414f !important;
border-top: 1px solid #bbbbbb !important;
border-right: 1px solid #bbbbbb !important;
border-left: 1px solid #bbbbbb !important;
}
li.is_mine * {
color: #cad2d9 !important;
}
li.is_mine code,
li.is_mine pre {
color: #444 !important;
}
li.new_post {
background-color: #ffffff !important;
}
}
そのほかの設定
- Apple Developer Connection Documents
- アップルのドキュメントを見やすく
1
2
3
4
5
6
7
8
9
10
11@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://developer.apple.com/jp/documentation"){
body {
margin: 0 100px !important;
}
p, li {
max-width: 500px !important;
line-height: 180% !important;
font-size: 14px !important;
}
} - Feedly Arial
- feedly のページのフォントをArialに
1
2
3
4
5
6@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.feedly.com") {
*{
font-family: "Arial";
}
} - GIZMODO JAPAN
- 広告とか消します
- Google Calendar – colorize Sat/Sun (start on Mon)
- Google Calendar の土日に色をつける
- Google Calendar – Compact Header
- Google Calendar のヘッダをコンパクトに
- Google Maps – Minimal
- Google Maps フルスクリーンにしたりいろいろミニマルに
- Google Reader – larger and serif plus wider
- Google Reader をワイドにしてフォントを変えたり
- Google Reader iPhone for Sidebar
- Google Reader をiPhoneスタイルで表示(サイドバー用)
1
2
3
4
5
6
7@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.google.com/reader/i) {
.logo img {border:0px !important;}
.logo { display:none !important; }
/*span.item-snippet { display:none !important; }*/
span.item-source-title { font-size:0.9em !important; }
} - Google Reader starred item
- スター付きアイテムのページを見やすく
1
2
3
4
5
6
7@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.google.com/reader/shared/user/) {
body { background: none !important; margin: 10px !important; }
#main { width: 900px !important; margin: 0 auto !important; }
#items { width: 640px !important; margin-right: 15px !important; }
#sidebar { width: 180px !important; }
} - NYTimes Printer Friendly 2Column
- NYTimes の印刷ページを2コラムに
- Remember The Milk – display keyboard shortcuts
- RTM のページにキーボードショートカットを表示させる
- UserStyles Redesigned (by Globex Designs)
- userstyles.org のページを見やすく
Greasemonkey の設定(インストールしてるスクリプト)
- Greased Lightbox
- 画像直リンクやflickrのページで Lightbox 風に表示する
- 風柳亭: 【AutoPagerize】Google 画像検索対応スクリプト(AutoPagerize本体をいじらない版)
- AutoPagerize
- 自動ページ送り。便利すぎる
- Endless Summer on Tumblr Dashboard
- Dashboard からランダムページに
- Minibuffer
- ブラウザからCUIのように様々なコマンドを呼び出せるようになる
- LDRize
- j,k,p,o
- LDRize Mibuffer tumblr reblog command
- LDRize+Minibuffer+reblog command →まとめて reblog 簡単!
- Dashboard + Tombloo
- Dashboard から Tombloo 拡張を使ってポスト
- Tumblr Shuffle Anywhere
- shuffle ボタン追加 (tumblr)
- UseGoogleWebHistory
- Google ツールバーをインストールしてなくても、ウェブ履歴が記録される魔法のスクリプト
- GPE – Google Reader Preview Working
- Google Reader で元記事のプレビュー表示
- Google Reader + del.icio.us
- Google Reader から delicious へポストする
- Helvetireader
- Google Reader 用の Helvetica スタイル
- Treader
- Google Reader から twitter へポスト
- AutoReload
- ローカルファイルに変更があったら自動的にリロードする
- Tumblr – Strobo
- Demo Video : http://www.youtube.com/watch?v=8IPi4tZjN78
- COMPOSITE -Yet another Tumblr photo viewer-
- another view of tumblr
- Deny Rakuten News
- 楽天のニュースレターを配信しないようにする
- Favicon with Google 3
- Google の検索結果にファビコン表示
- Amazon short URI
- amazon の商品ページにシンプルなURIへのリンクを表示
- Amazon Soka Cross Check (自作)
- amazon の商品ページに、創価大学図書館での検索結果を表示(貸出中とか)
- Amazon Lowest Price Checker
- amazonの商品ページに価格.comからその商品の最低価格を取り出して表示
- NYTimes Words Count (自作)
- NYTimes のページに語数を表示
- TinyURL Decoder
- 短縮URLのリンクを、元のURLで表示
- Twitter Time Converter
- Twitter のページで、日付表示を変更する(動かない?)
- Twitter Sidebar Replies
- Twitter のユーザーページでその人へのリプライをサイドバーに表示
- YousableTubeFix
- YouTube のページを使いやすくする。ビデオのサイズを大きくしたり。
- YouTube HD Suite
- YouTube でHDの動画に印をつける
- Reciprocatr
- Tumblrのfollower/followingページで片思い思われユーザーを表示
- Mouseover Translate English-Japanese
- マウスオーバーした英単語の意味をポップアップ
- play on tumblr
- ENTERキーだけでtumblr dashboard上の画像を拡大縮小したり動画の再生停止したり出来る
- Simplepedia
- Wikipedia を見やすくする
はー疲れた。何かの参考になれば幸いです。
