an odd fellow

仕事のメモ

2019-09-01から1ヶ月間の記事一覧

ReactでChrome Extensionを作る

Chrome Extensionの種類 Chrome Extensionのアーキテクチャ create-react-appでChrome Extensionは作れる? webpackでChrome Extensionを作る content scriptでFirestoreを叩けなかった backgroundとcontent script間のメッセージのやりとりはLong-lived con…

create-react-appはなぜmanifest.jsonを作るの?

スマートデバイスで「ホームに追加」を出すためだった。 manifest.jsonて拡張機能作るときに書くけど、なんでSPA作るcreate-react-appがmanifest.jsonを作るのか気になった。 reactjs - What is public/manifest.json file in create-react-app? - Stack Ove…