svoid startChromeApp(S url) { nohup(chromeCmd() + " --app=" + url); } svoid startChromeApp(File f) { startChromeApp(str(fileToURL(f))); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1009814 |
Snippet name: | startChromeApp - start Chrome or Chromium browser as web app (may not support speech recognition) |
Eternal ID of this version: | #1009814/5 |
Text MD5: | 1207aede9bb9c34654a1365b5f21bda2 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-12-21 13:04:09 |
Source code size: | 148 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 470 / 504 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009907 - openChrome #1013992 - windowsFindChromeExe #1013993 - chromeCmd - now prefers Chrome (has speech!) over Chromium #1018356 - startChromeAppForSpeech - start Chrome browser as web app (not Chromium) |