Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば todos アプリ (流星の例から) を取り、それをクロム拡張としてロードすることは可能ですか? 拡張機能が meteor Web アプリの todo のリストを表示することを意味しますか?
はい、拡張機能を使用してWebページをロードできます。
もっとネイティブに何かしたい場合は、何らかの方法でデータをインポートする必要があります。Todo リストの JSON を出力するページを作成し、それを拡張機能内から処理できます。