Chrome Extensionsの開発をしていて、ファイルをJSON形式で出力したくていろいろ調べていた。 Chromeにはchrome.fileSystemというAPIがあるが、Chrome Appの場合は使えるが、拡張機能(Extensions)の場合は使えない。 ▶ google chrome - How to use file system in extension? - Stack Overflow ということで、Chrome Extensionsでもできるファイルの出力方法をまとめる。 ファイルを出力する <!-- index.html --> <!doctype html> <html lang="ja"> <head> <meta chraset="utf-8"> <title>ファイル出力</title> </head> <body> <span id="export-