1

Chrome 用のパッケージ アプリ (レガシー パッケージ アプリではない) を開発しており、さらに処理されるウィンドウ全体の画像を取得する必要があります。

残念ながら、この種のアプリでは、使用に必要な「タブ」権限を要求することはできませんchrome.tabs.captureVisibleTab。それを行う別の方法はありますか?

4

2 に答える 2

2

There is no way to do it now in the API, although I have reported this in a bug

In the meantime, you might want to try the workarounds described in this Eric Bidelman's HTML5Rocks post. I'm not sure if these options play well with CSP restrictions, though.

于 2012-10-03T18:10:17.420 に答える
0

それはホストされたアプリですか?それが 1 つではなく、パッケージ化されたアプリである場合は、「タブ」権限を許可する必要があります。

于 2012-09-15T16:41:17.043 に答える