問題タブ [google-chrome-os]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
147 参照

google-chrome - Chrome OS の Chrome ブラウザで GWT ツールが読み込まれない

GWT を使用して開発された堺の Gradebook2 を使用しています。このツールは、Chrome OS の Chrome ブラウザーでは読み込まれません。GWT Web サイトによると、Chrome OS はサポートされていません (Windows Vista/XP/2000、Mac OS X 10.4+ (Tiger または Leopard)、または Linux with GTK+ 2.2.1+ をサポート)。以下の依存関係は pom.xml で構成されます

0 投票する
1 に答える
1854 参照

python - Python: Chrome OS のダウンロード フォルダーにディレクトリを変更する

私はpythonが初めてで、ディレクトリをchrome OSのダウンロードフォルダーに変更する方法がわかりません。main.pyインポートしたいファイルがあります。

私はもう試した

私はそこまでしか行け/homeませんが、それが私を止めます。chdir開発者モードにする必要があるのか​​ 、過去にしない必要があるのか​​ わからなかったのですが、/home 誰か助けてもらえますか?

0 投票する
2 に答える
547 参照

android - Chrome OS で実行できる Android アプリを開発するにはどうすればよいですか?

最近、Google は Chrome OS で実行できる Android アプリをいくつかリリースしました。同じことを行うアプリを開発するにはどうすればよいですか?

  • 電話、テレビ、ガラスとは異なる特定の SDK が必要ですか?
  • 既存の Android アプリのソース コードを変更する必要がありますか?
  • プロジェクトに追加のライブラリをインポートする必要がありますか?

または、既存のアプリを変更せずに Chrome OS で実行できますか?

0 投票する
2 に答える
16671 参照

google-chrome-os - ASUS Chromebox で開発者モードに入る方法

私はASUS Chromeboxを持っており、開発できるようにそれを開発者モードにする必要があります。ただし、開発者モードで再起動できるように、回復モードに入ることができないようです。指示に従ってリカバリ モードすると、Chromebox はオンになっているように見えますが、モニターには何も起こりません。これを修正するにはどうすればよいですか?

0 投票する
1 に答える
313 参照

javascript - Chrome App - Let the system open a file

I have a chrome packaged app that uses the chrome.fileSystem API to access a user's directory. It displays all files in the directory and the user can open and edit text files in the app. It displays all files even not-text files (e.g. images) and I want that the user can click on these, too, but they should open in the Chrome OS standard image viewer.

Is there a chrome API to do this, like a function that I can pass the URL of the file or the file entry to, and then the system performs the standard operation?