「project_root」/www/config.xml の末尾に次の行を追加しようとしました (以前にインストールされたプラグインの 1 つの plugin.xml から取得しました)。
<platform name="android">
<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-permission android:name="android.permission.INTERNET"/>
</config-file>
</platform>
しかし、予想通り、これは機能しません。InAppBrowser プラグインがオンライン ページを読み込むために必要です (プラグインは更新または再インストールできるため、plugin.xml を編集したくありません -> 変更は消去されます)。