最近のdev Chromeさんのextensions

だいぶ間が空いたので(仕事のほうでFlashLiteに虐められてました…)、リハビリ的な適当更新で、最近のdev版Google ChromeのExtensions関連についてメモ書きです。

  • バージョンが4に
    • つまり、早ければ今月中にもstableが3になる、かもね
  • WebStorage、WebDatabaseがテスト可能に
    • Extensionsを有効にしていれば(起動オプションで--enable-extensionsをつければ)使用可能です
    • enable-local-storage、enable-session-storage、enable-databasesでそれぞれ個別に有効にすることもできます。
  • ExtensionのAutoUpdate
  • メッセージなしでパッケージング
    • pack-extensionする際に、 --no-message-boxをつけることでメッセージボックスを出さずに.crxを作れます
    • これデフォルトにしてほしい
  • タブAPIパーミッション
    • chrome.tabsを触るには、manifest.json に "permissions": [ "tabs" ] と書いておくことが必須に
  • contentWindow廃止

oAutoPagerizeは一応修正しましたが、Chrome4ではextension版(AutoPagerize
autopatchwork -


Google Chrome extension which automatically loads the next page and inserts into current page when you reach the end of the page. like AutoPagerize. - Google Project Hosting
)推奨です。