[[PageOutline]] = Google Chrome = * [http://d.hatena.ne.jp/t_gaisho/20101111/p1 Google ChromeでHTTPヘッダテキストを確認する方法 - Gaisho Blog] > chrome://net-internals/ > net-internals以外にも、about:about とアドレスバーに入力すると開発者向けのページがいくつか用意されています。 * [http://www.chromeplugins.org/google/chrome-troubleshooting/aero-peak-windows-7-taskbar-how-enable-9630.html#post23645 Aero peak in windows 7 taskbar (how to enable) - Google Chrome Forums] > Add your command line switch. --enable-aero-peek-tabs * [[Image(bluewind-chrome.png)]] * まだbuggyな模様 => [http://motd.jugem.jp/?eid=308 Chrome + Aero Peekの不具合。 | motD] * UltraMonが有効にならない * [http://www.realtimesoft.com/multimon/forum/messages.asp?Topic=9031 Forums -> UltraMon™ -> Ultramon and Google Chrome] * Smart Taskとも相性が悪い[[br]][[Image(chrome-ultramon.png,33%)]] * Chromeウィンドウをサブディスプレイに移動しても、メインの(通常の)タスクバーにボタンが残る * アイコンがおかしくなる * Win+Dで最小化・最大化すると変なフローティングウィンドウが残る[[br]][[Image(chrome-ultramon-strange-window.png,33%)]] = Extensions = * [https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddilifddb Adblock Plus for Google Chrome™ (Beta) - Chrome Web Store] * http://code.google.com/p/adblock-plus-japanese-filter/ adblock-plus-japanese-filter * add your own filters (ソーシャルボタン除け) {{{ b.hatena.ne.jp facebook.com/plugins/like.php platform.twitter.com/ plusone.google.com twitter.com/share }}} * [https://chrome.google.com/extensions/detail/ajedaeoideoipodoijpbpabhhadnniac Minimize Chrome to tray - Google Chrome 拡張機能ギャラリー] * http://code.google.com/p/minimizetotray/ * [https://chrome.google.com/extensions/detail/hplfkkmefamockhligfdcfgfnbcdddbg HTTP Headers - Google Chrome 拡張機能ギャラリー] * [https://chrome.google.com/extensions/detail/kbkgnojednemejclpggpnhlhlhkmfidi Use HTTPS - Google Chrome 拡張機能ギャラリー] * [https://chrome.google.com/webstore/detail/lfkgmnnajiljnolcgolmmgnecgldgeld Smooth Gestures - Chrome Web Store] * [https://chrome.google.com/webstore/detail/caehdcpeofiiigpdhbabniblemipncjj Proxy Switchy! - Chrome Web Store][[br]][[Image(ProxySwitchy.png,33%)]] * 以下でも可 {{{ *://*.nicovideo.jp/smile* }}} * 以下は不可 (Direct Connectionになる模様) {{{ *://*.nicovideo.jp/smile?v* }}} * [https://chrome.google.com/webstore/detail/glopbmohkffbnplcjbbbfmmimfhfnhgd Password Hasher Plus - Chrome Web Store] > This extension is a port of the Firefox extension at http://wijjo.com/passhash * [https://chrome.google.com/webstore/detail/gcmghdmnkfdbncmnmlkkglmnnhagajbm Chrome Web Store - Create Link] > Copy current page URL to clipboard in various formats. * [https://chrome.google.com/webstore/detail/alelhddbbhepgpmgidjdcjakblofbmce Chrome Web Store - Awesome Screenshot: Capture & Annotate] > Capture or clip selected area, or all visible portion, or entire page * [[https://chrome.google.com/webstore/detail/fbhgckgfljgjkkfngcoeajbgndkeoaaj Chrome Web Store - View Selection Source] * [https://chrome.google.com/webstore/detail/dpjamkmjmigaoobjbekmfgabipmfilij Chrome Web Store - Empty New Tab Page] = SQLite = * http://computer-forensics.sans.org/blog/2010/01/21/google-chrome-forensics/ > Google Chrome stores the browser history in a SQLite database, not unlike Firefox. Yet the structure of the database file is quite different. * [http://www.google.com/support/forum/p/Chrome/thread?tid=0dd0b74a4e45a6a7&hl=en How to export chrome history to text or html file? I cannot read the files in Google\Chrome\User Data\Default directory. - Google Chrome Help] > Then you should go to your Chrome directory (eg. in my case "C:\Users\Sashka\AppData\Local\Google\Chrome\User Data\Default")[[br]] > locate History file[[br]] > run in command prompt > {{{ > sqlite History "select datetime(last_visit_time/1000000-11644473600,'unixepoch'),url from urls order by last_visit_time desc" > history_export.txt > }}} * [http://www.google.com/support/forum/p/Chrome/thread?tid=23ae64b3ab56a954&hl=en Export PASSWORDS to a backup file. - Google Chrome Help] * http://log2timeline.net/ > a framework for automatic creation of a super timeline. The main purpose is to provide a single tool to parse various log files and artifacts found on suspect systems (and supporting systems, such as network equipment) and produce a timeline that can be analysed by forensic investigators/analysts.