firefoxのプロファイルを複数使う
firefox macプロファイルの作成
- プロファイル管理ページを開く
/Applications/Firefox.app/Contents/MacOS/firefox-bin --profilemanager
を実行する
などで、新しいプロファイルを作れる
指定したプロファイルで開くアプリケーションを作る
- script editor.appを開く
do shell script "/Applications/Firefox.app/Contents/MacOS/firefox-bin -P profileName"
を記述- 「アプリケーション」として適当な場所に保存
- 保存した場所をエディタで訪問、
Contents/info.plist
を開く
<key>LSRequiresCarbon</key>
<true/>
の下に
<key>LSUIElement</key>
<string>1</string>
を追加。