Tagged Questions

Google Chrome packaged apps deliver an experience as capable as a native app, but as safe as a web page. Just like web apps, packaged apps are written in HTML5, JavaScript, and CSS. But packaged apps look and behave like native apps, and they have native-like capabilities that are much more powerful ...

learn more… | top users | synonyms

2
votes
0answers
38 views

Getting event when new data can be read - chrome.socket.read API

Trying to use TCP sockets using chrome.socket API on Chrome Version 25.0.1364.5 dev. Looking at the documentation for the chrome.socket.read there doesn't seem to be a way to get a notification when ...
0
votes
1answer
33 views

GUI in Chrome Packaged app

I am new to Chrome packaged apps and GUI. What type of Gui can I use in Chrome Packaged apps? Can I use Tkinter in Python? or should I use Javascript GUI? If yes then which one you think is the best ...
1
vote
0answers
17 views

printing support on chrome packaged apps

I can't seem to find any example of window.print() support in chrome packaged apps - can someone please post an example? I'm using this function clickHandler(e) { window.print(); } ...
-1
votes
1answer
47 views

Creating a spreadsheet based application using Google App Script

I'd like to create an application built around a web based spreadsheet. I was thinking of using Google Spreadsheet and Google App Script for the job. I've written a few app scripts in the past, but ...
0
votes
0answers
40 views

Google Chrome Hosted App disable tab address bar, close other tabs, maximize window

Some of the tasks we are trying to achieve through Google Chrome Hosted App are as follows. Once app is launched, - the app will close all other tabs. - the address bar will be disabled ...
0
votes
1answer
26 views

Chrome Packaged App AppWindow hide() and close() missing?

Been experimenting with packaged apps using 23.0.1271.97, running into odd issues here and there. Most recently, playing around with a multiple window app, I can create multiple windows fine, but the ...
0
votes
1answer
81 views

alert doesn't work in packaged apps

I'm studying webview in packaged apps of chrome and I'm studying browser sample from chrome. in browser.js file in onload function, I added alert("webview apps"); at the first row and the code ...
0
votes
1answer
61 views

Uncaught ReferenceError: openDatabase is not defined

I am trying to use openDatabase with a Google Chrome app but the following error is displayed: Uncaught ReferenceError: openDatabase is not defined I also added permissions (unlimitedStorage) ...
0
votes
1answer
103 views

Chrome packaged app UDP sockets not working

I'm trying to get UDP sockets working for a packaged app using Chrome Canary (currently version 25). I am pretty confused by the fact the UDP example here conflicts with the reference documentation ...
0
votes
1answer
43 views

Get last 10 user's searches

I am writing chrome extension which requires to get last 10 user's searches from history. It seems this is saved in sqlite3 file 'History' in the user's profile directory. However the format of the ...
0
votes
1answer
32 views

sending message from extension to tab

I'm facing a problem sending messages from Chrome extension (popup.html) to a script injected in a selected tab. The code in popup.html is as follows: alert("sending MSG"); ...
3
votes
1answer
113 views

Chrome packaged apps: Permission for getUserMedia() audio input

I'm porting my web app over to a Chrome packaged app and I heavily use the Web Audio API (which works great), but I use getUserMedia() to get line in audio. Normally a status bar comes down asking ...
1
vote
1answer
69 views

Unload not available in sandboxed Chrome App

I'm using Dijit (Dojo Toolkit) to generate a HTML layout in a sandboxed page, but everytime I make a call for the dijit files, I get Uncaught unload is not available in packaged apps.. Now I'm not ...
1
vote
1answer
19 views

Is it possible to install an AppCache manifest file while offline?

In times where I want to install an offline Browser App in an offline setting, is it possible to install the AppCache manifest file so the app can show up at http://example.com/app.html? It doesn't ...
0
votes
1answer
41 views

Paste an Image from Clipboard in Chrome

I am working on editor where I would like to provide a button by clicking which I want to paste an image which is already copied to the clip board. I couldn't do this as the browsers doesn't allow to ...

1 2 3
15 30 50 per page