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 ...
8
votes
4answers
2k views
eval in chrome package app
I would like to create a package app chrome extension to allow the user to write and execute javascript code (like a javascript console).
I would like to use the eval() function to execute the JS ...
4
votes
2answers
736 views
Socket API: not allowed in packaged apps?
I'm trying to use the new Socket API for Chrome extensions, and I'm encountering a confusing error. The manifest for my sample app looks like this:
{
"name":"Yet Another Socket App",
...
3
votes
1answer
336 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 ...
3
votes
2answers
349 views
Debugging new Chrome packaged apps
I'm playing with new-style packaged apps in Chrome 24, and I don't see any way to bring up Developer Tools to do debugging.
What's the recommended strategy for debugging?
3
votes
2answers
230 views
In Chrome packaged apps v2 how to check if the window is maximized?
I created a frameless window using the new Google Chrome packaged apps, v2
I created the minimize, maximize, and close buttons and hocked them to the appropriate JavaScript functions and have them ...
3
votes
1answer
101 views
Keyboard keys not working in chrome.app when in full-screen
When switching to full-screen in a Google Chrome Packaged app (using webkitRequestFullScreen), most of the keyboard keys are not working except for the space button, enter, backspace and arrows.
Is ...
3
votes
1answer
597 views
Angular routing without changing location
Chrome Packaged Apps have a rather strict Content Security Policy. One result of this is that manipulating the location (like clicking on a link) results in:
'Can't open same-window link to ...
3
votes
1answer
246 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 ...
3
votes
1answer
36 views
draggable=“true” isn't working inside Chrome Packaged App's <webview>
tl;dr an element that is draggable when viewed in Chrome isn't draggable when viewed in Chrome Packaged App's <webview>, why?
Experimenting with Chrome Packaged Apps, I wanted to test the ...
3
votes
1answer
103 views
Custom taskbar icon when using chrome.app.window.create
Is it possible to have an icon different then the one specified in the manifest when opening an app window with chrome.app.window.create ?
Basically I would like to be able to open multiple windows ...
2
votes
1answer
151 views
How to show images in other domains / Chrome Packaged Apps
I have a JSON which returns a list of URLs of images to access the JSON that is already placed in a field in this domain whitelist manifest.json, however when I try to view the pictures it complains ...
2
votes
2answers
636 views
Are Packaged Apps Usable in the Chrome Web Store?
I just stumbled across the new Chrome Packaged Apps page (http://code.google.com/chrome/extensions/trunk/apps/about_apps.html)
I really, really want to use this for an app, like NOW. However, to test ...
2
votes
3answers
449 views
Google Chrome 'onLaunched' error in plugin
I am following the google chrome web app development on http://developer.chrome.com/trunk/apps/first_app.html and the web app is not launching. when i click on the app icon on the page it closes the ...
2
votes
1answer
279 views
Run Chrome Packaged apps inside of browser tab
I'd like to use new APIs provided for Chrome Packaged Apps, but also want to preserve ability to open some local URL in my current browser environment, is it possible? All Packaged Apps tutorials are ...
2
votes
3answers
494 views
Google chrome extension : is it possible to get console output (js errors, console.log or etc)
I am developing chrome extension, and the thing that i really need is to get console output as object.
Is it possible to get any of that in chrome extension popup.html/popup.js or somewhere ?
I have ...
2
votes
1answer
265 views
'socket' is not allowed for specified package type (theme, app, etc.)
Chrome API for sockets is not working now for me.
I've got following manifest:
{
"name": "My name",
"version": "0.1",
"manifest_version": 2,
"background": {
"page": "background.html"
},
...
2
votes
2answers
112 views
How do I know the status of chrome.experimental.socket?
When I use "chrome.experimental.socket API" on chrome-extension,
how do I know the socket had been disconnected or, is disconnected just now.
I'm use Canary-Chrome.
2
votes
1answer
67 views
How to cause a chrome app to update as soon as possible?
Deploying a chrome packaged app and publishing updates on the chrome web store allows users to automatically receive application updates. There are situations where you want to know if the running ...
2
votes
2answers
131 views
Window title does not appear in chrome packaged-apps (Windows 7)
I am creating a chrome window with the 'frame' option set to 'chrome' in the CreateWindowOptions argument.
Using Linux the window title appears in the frame however when using packaged-apps on ...
2
votes
4answers
256 views
How can I make a chrome packaged app which runs in fullscreen at startup?
Currently it seems that the fullscreen ability can only be activated from a user action (mouse/keyboard event). Is there a way to circumvent this?
2
votes
2answers
130 views
Layout similar to google chrome's tweetdeck app
I am new to web programming. I want to use multiple column layout where each column will have content corresponding to column title, as used in tweetdeck app http://www.tweetdeck.com/ in my google ...
2
votes
1answer
213 views
Where are the min/max buttons on new Chrome Packaged Apps?
I'm using the dev-channel v23 of Chrome and I'm working with the new Chrome Packaged Apps platfrom.
One purpose of the new platform is to take packaged apps "out of the browser" and give the packaged ...
2
votes
2answers
43 views
Parsing JSON stream
I have an application that is using chrome.sockets. JSON is being passed to and from the socket which does not have a delimiter and is not prefixed with the length of the string.
Now the way sockets ...
2
votes
1answer
125 views
Does “access your data on all websites” apply to only the app tab/window, or browser-wide?
Many Chrome Web Store apps request this - does it mean the app can access data in all tabs and windows opened in your browser?
2
votes
2answers
128 views
Is it possible to create multiple Chrome Hosted Apps for the same domain?
Our product has both a free component, and a full featured, subscription based web application. I've created a Chrome Hosted App - essentially an installable bookmark - for each both of those parts of ...
2
votes
1answer
196 views
Packaged App with full Extension API?
I need to create an App, that requires access to some internal Chrome data, like history, bookmarks, apps, top sites, etc.. I don't want to use an Extension, because I would like to display a ...
1
vote
1answer
260 views
Difference between a Packaged App and a Legacy Packaged App in Chrome
Basically packaged apps do not appear on the Chrome App Store, but legacy packaged apps do. The documentation states that
Warning: All content in this doc refers to the legacy version of packaged ...
1
vote
1answer
28 views
Replacement for fileEntry.toURL() in Chrome Packaged Apps
I'm using the HTML5 FileSystem API in a Chrome Packaged App to write to a log file. I want the user to be able to download this file, so I tried something along the lines of:
...
1
vote
2answers
138 views
GeoLocation in a webview inside a Chrome Packaged App
I'm trying to get geolocation inside a webview in a Chrome Packaged App, in order to run my application properly. I've tried several ways to get the permission in manifest.json and injecting scripts, ...
1
vote
1answer
140 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
1answer
306 views
Chrome packaged application and Facebook redirect url
I have a Chrome Packaged Application that I am currently integrating with the Facebook API. The Facebook Javascript SDK requires that I provide the URL of where my application is hosted and for ...
1
vote
2answers
45 views
Playing local video file in a Chrome Packaged App
Is it possible to play a local video file from a packaged app? I have already written the code to choose the file(chrome.fileSystem.chooseEntry) and identify the ...
1
vote
1answer
102 views
Communicating between a Chrome packaged app and a Chrome extension?
I need to combine functionality available only in a Chrome packaged app (access to syncFileSystem) and functionality available only in a Chrome extension (injecting a script into a 3rd party website). ...
1
vote
1answer
76 views
Close event for chrome.app.window
When a chrome app window is closed, is it possible to detect the event? and do an action before the window is closed?
1
vote
4answers
267 views
Saving data in text file using chrome packaged app/extension
Since Chrome packaged/extensions are only written in HTML5, JavaScript and CSS, I was wondering is there a way to save data in text file without the use of server script language like php? All I need ...
1
vote
2answers
201 views
Message Passing from Packaged App to Extension
I have seen this article about passing messages between extensions which works when you know the extension ids.
But, what I would really like to do is pass a message from a packaged app to an ...
1
vote
1answer
44 views
Permission error when trying to use chrome.fileSystem chooseEntry
When trying to use
chrome.fileSystem.chooseEntry({
type: 'openFile'
},chooseEntryCallback)`
on Canary 28.0.1483.0 , I get the following error in the console:
chrome.fileSystem is not ...
1
vote
3answers
74 views
Chrome packaged apps local root html links via Sandbox Manifest 2
I'm getting a red error when I click on any local url inside the app it says.
Can't open same-window link to "chrome-extension://nmajpganl/options.html"; try target="_blank". index.html:1
Is there ...
1
vote
1answer
58 views
Is there a working simple example of postMessage working with a sandboxed page?
Looking at the postMessage example in this doc: http://developer.chrome.com/trunk/apps/app_external.html#postMessage
It seems to suggest that the sandbox page would have the event handler registered ...
1
vote
1answer
86 views
How do you get the device name (or hostname) from a Chrome Extension?
Is there a way to retrieve the device name from a Chrome Extension?
Ideally I'd like to get the same String that is displayed in the 'Other devices' menu on the new tab page... Is that piece of ...
1
vote
2answers
108 views
Drag 'n' Drop files to a Chrome Package App?
Has anyone successfully implemented drag and drop with files from desktop to the app?
I've tried just putting this drag 'n' drop example into the index file but I just get this error:
Can't open ...
1
vote
1answer
88 views
Difference between Panel and Shell window type
I can not understand, from the official documentation, the exact difference between those two:
Use the chrome.app.window module to create windows. Windows can either
be shells or panels. Shell ...
1
vote
1answer
197 views
Loop Through an AJAX Called by Jquery that Pulled remote HTML, then Parsing the Data For Certain Criteria and pulling html tr
Okay To start off this is my first post so I apologize initially for any "Newbie" mistakes I may Make. I will try to be Detailed as possible and lay it out as best I can.
What I Am doing:
Creating ...
1
vote
0answers
25 views
Handle client disconnecting/closing the socket
I am writing a Chrome packaged application and using the chrome.sockets API. The backend is written in Java.
When I close the socket in my Chrome app and check the status, it says it has disconnected ...
1
vote
0answers
17 views
After adding ExtensionInstallSources preference with my URL to Chrome Preferences, still won't allow installing “.crx” packaged app
I added the preference ExtensionInstallSources (as per: http://www.chromium.org/administrators/policy-list-3#ExtensionInstallSources ), it still is not allowing me to install my "app.crx" from my URL. ...
1
vote
1answer
49 views
viewing a local pdf file in google chrome packaged apps
In my packaged app I would like to open pdf's stored in local filesystem. I've managed to open them if I select them using chrome.fileSystem.chooseEntry, but I can't find a way to do the same if the ...
1
vote
1answer
83 views
Copy/Paste does not work using Webview in Chrome Packaged Apps on OS X
In Mac OSX copy/paste does not work in a Chrome Packaged App.
I installed my app on both Windows XP Chrome and a Chrome OS. I'm able to copy/paste in both the Windows and Chrome OS environment but ...
1
vote
1answer
273 views
Chrome packaged app window maximizes to full-screen on Windows 8
When I maximize a packaged app window (created using chrome.app.window.create) on Windows 8 it is maximized to full-screen (hiding the taskbar).
Is there a way for the chrome window to be maximized ...
1
vote
1answer
78 views
chrome.app.window resize to smaller dimensions
I am creating a chrome.app.window (on Windows) and it seems that the dimensions of the window cannot be smaller than 130x26px. Is there a way of having a window smaller than 130x26px?
I have already ...
1
vote
0answers
75 views
Isochronous USB transfer callback has no data
The documentation is straightforward here: http://developer.chrome.com/apps/app_hardware.html#isochronous_transfers
It says the callback will be done on the findDevice.onEvent callback. However, the ...


