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
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.
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!
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?
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
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?
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)
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
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?
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'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 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?
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)?
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.
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
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!
I've started a little project about marketing research over social networks. Basically we need to gather information from public profiles and conduct some statistical analysis over this data. I want to know if the Facebook API lets you query information from the public profiles without them having to authorize your app.
Is this feasible? Is this legal? Any useful link?
Is there any sort of API that just offers a simple symbol lookup service? i.e., input a company name and it will tell you the ticker symbol? I've tried just screen-scraping Google Finance, but after a little while it rate limits you and you have to enter a CAPTCHA. I'm trying to batch-lookup about 2000 ticker symbols. Any ideas?
I'm using the gdata OAuth controllers to get an OAuth token and then signing my requests as instructed.
[auth authorizeRequest:myNSURLMutableRequest]
It works great for GET requests but POSTs are failing with 401 errors. I knew I wouldn't be able to remain blissfully ignorant of the OAuth magic.
The Google Reader API requires parameters in the POST body. OAuth requires those parameters to be encoded in the signature like they were on the query string. It doesn't appear the gdata library does this. I tried hacking it in the same way it handles the query string but no luck.
This is so difficult to debug as all I get is a 401 from the Google black box and I'm left to guess. I really want to use OAuth so I don't have to collect login credentials from my users but I'm about to scrap it and go with the simpler cookie based authentication that is more mature. It's possible I'm completely wrong about the reason it's failing. This is my best guess.
Any suggestions for getting gdata to work or maybe an alternative iphone friendly OAuth library?