chromium関連ニュース

As you have discovered, we are working hard on plugin (and in
particular) Flash support.
We will have it displaying youtube videos soon, though as you indicate
it definitely doesn’t work yet.

Chromium on Linux got FLASH! - Chromium-discuss | Google Groups

音だけで画面はまだでないけどLinux版でFlashが動くようになったそうで、もうすぐyoutubeが見られるようになるとのこと。

As we’re seeing an increasing number of people developing extensions (awesome!), we’re creating a new and shiny discussion group for extension developers.

New group for extension developers: chromium-extensions - Chromium-discuss | Google Groups

chromium-extensionsグループが新設されました!

Bring up the web inspector for your extension and type location.reload()
into the javascript console.

reload extension script - Chromium-discuss | Google Groups

extensionのコードを書き換えたりして再読み込みしたいとき、chromium自体を再起動しなくてもextensionをinspectorで開いて location.reload() を実行して再読み込みさせればリロードできるそうです(今のdevリリースではバグでこの機能が動かないけどnightlyでは動くそうです)。toolstripのボタンを押したときにlocation.reload()が実行されるようにしておけば便利かも。