I usually have 2 sets of tabs in google chrome, in 2 windows. 1 for general browsing, and the other for 'work'.
Can I get both windows to auto launch at start, populated with their respective tabs?
Thanks
When I try to print any page from Chrome on my Windows 7 machine, I get the following message.
click to enlarge
By the way, the gray text in the middle reads
Google Chrome cannot show the print preview when the built-in PDF viewer is disabled. In order to see the preview please visit chrome//plugins/, enable the Chrome PDF Viewer, and try again.
When I check my plugins, I find that Chrome PDF Viewer is already enabled. Why can't I print?
I was wondering how to search keyword with some special characters in Google?
Special character such as ".", "&", "$", "/",....
For example, I would like to search the whole "$HOME/.gnome".
Thanks and regards!
Had a power outage. After restarting the computer, now whenever I start Google Chrome, a window pops up "Your preferences can not be read. Some features may be unavailable and changes to preferences won't be saved."
Nothing whatsoever in Chrome Help nor in the Chrome Forums as to how to fix the problem. How can this be resolved?
Additional edit: Uninstalling and reinstalling Chrome does NOT fix the problem.
This may not be a proper SU question, but here it goes.
I want to search for some info about Blogspot (tools and such) but if I search for "blogspot" it get results from "SomeBlog".blogspot.com.
Is there a way to search on Google so that it does not include the URL as part of the searh?
Hello everyone, I just want to get the information of a website which has been shut down, but when I search it in google there is still some cached text, but there is no cached button to see it clearly, I just can read one or two line of it, I dont know how can I read the rest of it, I would appreciate any help, thanks
Is their a way on Mac OS X to sync a folder on my computer with Google Documents now that Docs supports all file types?
A lot like the functionality of DropBox.
I'm looking for a way in Google Analytics to get separate page view counts for a number of pages, aggregated by day, week or month
For example:
Day1 Day2 Day3 Day4
Page1 34 45 56 78
Page2 54 67 75 34
Page3 56 23 56 43
Can GA produce this kind of thing in a single report?
I was recently hacked by a person I know who I happened to make an account using my hacked email. I was wondering how I can close off Google Apps without logging in. (I have FTP and such, and I deleted the nameservs already)
When I try to put Google Chrome in the Windows (Vista 64) startup folder, the browser launches with a blank page and then stops responding. Manually launching Chrome works perfectly well.
What is causing this and - more importantly - how can it be fixed?
Several days ago Google Chrome stoped working after an update.
If I start it in the terminal I can see the following output:
[6:6:4528137750:FATAL:sandbox_init_linux.cc(378)] prctl(PR_SET_NO_NEW_PRIVS) failed: Invalid argument
Any idea how to solve this?
Chrome version: 20.0.1132.47
Ubuntu: 12.04 x64
Kernel: 3.2.0-21-generic #34-Ubuntu
EDIT:
It is possible to start chrome with --no-sandbox switch.
I exactly don't know how i sometime did it but it happens sometime and sometime not
Suppose i have a paragrah and i want add the background color to that paragraph.
Google docs adds the background color 2 way
1)One way is that it selects the text only and adds the background color to text characters only
2)The other way is it makes the whole paragraph a block and adds the background color to that block. i.e the background color fill the whole box like div box with background color.
I don't know to try the second way
I often have a remote desktop session or a java remoting tool up and whenever i copy from within a remote session and paste into chrome browser, the browser freezes and i have to kill it for anything to work again.
has anyone seen this or have a resolution?
i have to remember to copy and paste into notepad first and then copy from notepad and then into chrome which is a pain.
I am using google chrome 5.0
Hi, anybody knows how to implement bullets with hierarchy in a google document ? Something like:
1. Main Section One
1.1 First Subsection
1.2 Second Subsection
2. Main Section Two
2.1 First Subsection
And so on
Thanks
I went to google today and it started to randomly play arcade music. Im not sure what is going on, I think I got a virus or something. Can someone help?
If you are collaborating between multiple users, how do you enable google docs to send automatic notifications to all users when a document is added / modified or removed.
I'm downloaded version 37.0 of Google Chrome but, few plugins and extensions didn't worked.
I'm uninstalled that version and install 35.0 again, but now i have some errors. After every Chrome start i get these windows: http://i.imgur.com/rjB1SWJ.png , http://i.imgur.com/gfBa5Ju.png , http:(slash,slash)i(dot)imgur(dot)com/5opKTPE.png
And every time i start chrome, i get these errors, it's really annoying, do you have idea how to fix that, or at least hide?
I am on a network that uses LDAP proxy for authentication based on a username and password.
Whenever I start Google Chrome, it pops up with a proxy authentication dialogue, but the dialogue disappears automatically after variable amount of time (sometimes it stays for 5 seconds some times less than 1 second). I have found the same issue with Chromium also.
Is there any configuration I can set to control this timeout, or say, auto-authenticate with my authentication details from the shell or DE (Gnome3 on Arch)?
is it possible use google analytics to track visits from nonbrowser application? will ga be able to recognize custom user agents or other http headers? Anyone has experience in this area?
thanks!
In the spirit of this question - List of Firefox’s About: pages?
I know following
chrome://downloads/
chrome://history/
Question is slightly related to Hidden features of Google Chrome
After asking a question about sending “304 Not Modified” for images stored in the in the GoogleAppEngine datastore, I now have a question about Cache-Control.
My app now sends Last-Modified and Etag, but by default GAE alsto sends Cache-Control: no-cache. According to this page:
The “no-cache” directive, according to
the RFC, tells the browser that it
should revalidate with the server
before serving the page from the
cache. [...] In practice, IE and
Firefox have started treating the
no-cache directive as if it instructs
the browser not to even cache the
page.
As I DO want browsers to cache the image, I've added the following line to my code:
self.response.headers['Cache-Control'] = "public"
According to the same page as before:
The “cache-control: public” directive
[...] tells the browser and proxies
[...] that the page may be cached.
This is good for non-sensitive pages,
as caching improves performance.
The question is if this could be harmful to the application in some way? Would it be best to send Cache-Control: must-revalidate to "force" the browser to revalidate (I suppose that is the behavior that was originally the reason behind sending Cache-Control: no-cache)
This directive insists that the
browser must revalidate the page
against the server before serving it
from cache. Note that it implicitly
lets the browser cache the page.
I get nothing out of appcfg.py besides the default output. I'm trying to upload some data to my development project with no luck at at all.
From the instructions on the GoogleAppEngine page the steps are as follows:
Edit app.yaml
update with appcfg.py
make upload script
upload with appcfg.py
After step one I try to run the update and it never shows any success. The following commands product the same output:
appcfg.py
appcfg.py update appDir
appcfg.py update appDir/
appcfg.py update /appDir
If i try to follow the instructions from the appcfg.py output and type help upload and get:
"help <action>" I get a response from the system, This command is not supported by the help utility. Try "update /?".
cause I'm calling the system help command. If I use the command appcfg.py help upload I get the same result as just typing appcfg.py
Can someone show me examples of the syntax to update the dev site, upload data to it and get appcfg.py to actually give help on its commands?
Also I'm just assuming that the upload script and the .csv file that are being uploaded are in they myApp directory.
Appreciate any help,