斜体のものはFirefox3への対応を確認できていないもの。
その他Service用plugin
機能拡張plugin
AmazonWebService用plugin開発系plugin
便利なBookmarklet昔どこかで見かけたものをそのまま使っている。[TODO]最新のものへのLinkを貼りたいが…。
Firefoxの起動を速くする以下のテキストを作成し、「~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/user.js」という名称(Macの場合)で保存する。user_pref("browser.cache.memory.capacity", 65536); user_pref("browser.cache.disk_cache_ssl", true); user_pref("browser.xul.error_pages.enabled", true); user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 3000000); user_pref("content.maxtextrun", 8191); user_pref("content.notify.backoffcount", 5); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 100000); user_pref("network.dns.disableIPv6", true); user_pref("nglayout.initialpaint.delay", 100); user_pref("plugin.expose_full_path", true); user_pref("signed.applets.codebase_principal_support", true); user_pref("ui.submenuDelay", 0); 参考URL: |