javascript一覧

Chrome拡張機能開発で Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self'".が出たとき

Chrome拡張機能っていいよね。今まであまり使ってこなかったのだけど、jsかければ自分だけでも使える拡張機能がつくれちゃう。 今回は、Chrome拡張機能を作っていた際に発生したエラーの対応策の書き溜め。 js関数を実...