Home

Google Chrome Browser

making the web faster, safer, and easier

Main menu

  • Home
  • Chromebook
  • Chrome OS
  • Android
  • Releases
    • Stable
    • Beta channel
    • Dev channel
  • Downloads
  • Videos
    • Top Rated
    • Most Viewed
    • Most Commented
  • Articles
    • Top Rated
    • Most Viewed
    • Most Commented
  • About Us
Home

Subscribe to Google Chrome Browser by e-mail

Syndicate

User login

Tag Cloud

Beta updates browser browsers browsing chrome chromebook chrome extensions Chrome OS chromium Dev updates Downloads extensions Firefox Google googlechrome google chrome Internet Explorer Linux open source opera release security Stable updates TC video web web browser web browsers windows
more tags

Twitter Updates

Follow us on Twitter


    menu

    Add Send to Instapaper to your Google Chrome context menu

    Submitted by admin on Tue, 09/21/2010 - 08:30
    • context
    • extension
    • google chrome
    • googlechrome
    • instapaper
    • menu
    • right click
    • RightClick

    Filed under: Google, Browsers

    Instapaper is a great way to save all of those Web pages you encounter that you can't read right now. Their official bookmarklet is handy for adding items to your queue, but you have to click through to the page before you can utilize it. Wouldn't it be nice if you had the option of right-clicking a link to send a page to Instapaper instead?

    If Google Chrome is your browser of choice, the is exactly what you're after. Rather than merely replacing a bookmarklet with a browser action button, this extension adds an entry to your context menu. Right-click a link that you'd like to check out later on, and it's added to your queue.

    You'll need to be signed in to your Instapaper account first, as the extension doesn't store your username or password.

     
    • Add new comment
    • Read more
    • 2914 reads
    • Feed: Download Squad

    How to Edit the Context Menu in Firefox

    Submitted by admin on Sat, 09/04/2010 - 16:00
    • addon
    • context
    • Firefox
    • Firefox
    • google chrome
    • menu

    menu-editor-mainHave you ever wanted to change the item listed in the context menu in Firefox and find that there are no ways for you to change it in the Preferences section? The Firefox browser comes with a list of preset items for your context menu and is supposed to be the most useful options during browsing. Since we all have different browsing habit, won’t it be great if we can rearrange the items in the context menu and add/remove items to enhance our efficiency?

    Firefox does not comes with such option for you to change the context menu, so we have to rely on the menu editor extension to get the thing. With this extension, you can now edit your context menu (and any other menus), rearrange the options, hide the unnecessary and even add entry from other menus.
    /> id="more-20753">

    Installation

    Install the menu editor addon from here. Alternatively, you can search for it in the Firefox Addon section.

    • Add new comment
    • Read more
    • 2161 reads
    • Feed: Make Tech Easier

    Context Menu URL Shortener for Google Chrome puts bit.ly sharing links close at hand

    Submitted by admin on Fri, 08/27/2010 - 16:00
    • bit.ly
    • chrome
    • click
    • context
    • extension
    • Google
    • menu
    • right
    • short

     

    There's a big crop new extensions showing up which take advantage of Google Chrome's new context menu API, and that's great news for those of you who can't live without your right-click menu.

    You can see a pair of newer extensions in my screenshot -- and while I'm not certain I'll be using the tab switcher, is probably here to stay.

    Just right-click a link and left-click and a bit.ly or tinyurl shortened link is copied to your clipboard for hassle-free sharing on your favorite social sites. That's it. Nice and simple, just how I like my extensions!

    The developer states that more truncators will be added soon, which would be a welcome improvement. API and account support would be a nice touch as well -- perhaps that will be tacked on as well.

     

    • 2 comments
    • Read more
    • 4246 reads
    • Feed: Download Squad

    Firefox Friday, a weekly round-up: Beta 4, Beta 5, Panorama, breaking add-ons and our Private Browsing habits analyzed

    Submitted by admin on Fri, 08/27/2010 - 14:00
    • add-on
    • beta
    • Firefox
    • firefox 4.0
    • firefox friday five
    • Firefox4.0
    • FirefoxFridayFive
    • menu
    • panorama
    • porn
    • powerpc
    • private browsing
    • PrivateBrowsing
    • round-up
    • tab candy
    • tabcandy
    • test pilot
    • TestPilot

    This week has produced some fantastic Firefox news. That's a good thing, but because we covered it all on Download Squad in a timely fashion, it leaves me with a bit of a problem: there's no new news to share with you. I've been left with producing a round-up for this week's Firefox column. I've never done a round-up before, but I'm sure it'll be good.

    I think I'm meant to take each nibble of news and provide a refreshing, opinionated point of view that throws it into a new light. Let's start with one that got a lot more interest than we anticipated:

    1. Firefox 4 Beta 5 will feature a two-column main menu

    I think I actually told Lee that this one wasn't worth posting..., how wrong I was!
    "It's like one of those Google-search-box-grows-by-18-pixels stories." Personally, I hate Chrome's unified wrench menu, and I'm disheartened to see it make an appearance in Firefox.

    • Add new comment
    • Read more
    • 590 reads
    • Feed: Download Squad

    Remove Firefox 4.0's big, ugly, unmovable orange button

    Submitted by admin on Tue, 07/06/2010 - 19:41
    • 4.0
    • appmenu
    • Firefox
    • hack
    • menu
    • move
    • orange button
    • OrangeButton
    • stuck

     

    Yup, you're not alone: that orange button in the top left corner of Firefox 4.0 just won't move.

    Fortunately, with the help of a Neowin forum thread and a little hacking, I am now the proud owner of a see-through Firefox button that's in-line with my tabs! If you'd also like to move that orange button -- or simply change its color! -- follow these easy steps:

    • Locate your Profile directory -- click Help > Troubleshooting Information and then Open Containing Folder
    • Now navigate to the Chrome directory
    • Copy userChrome-example.css
    • Rename your copy to userChrome.css
    • Open userChrome.css your editor of choice and dump the following code in it:

    #appmenu-button-container {
    position: fixed !important;
    }
     
    #appmenu-button {
    padding: 3px 18px 3px 18px !important;
    margin-top:3px !important;
    background-color: rgba(54, 121, 166, 0.2) !important;
    }
     
    #navigator-toolbox[tabsontop="true"] #TabsToolbar {
    padding-left: 95px !important;
    }
     
    #navigator-toolbox[tabsontop="true"] #TabsToolbar {
    padding-left: 105px !important;
    padding-top:1px !important;
    padding-right:98px !important;
    }

     

    Alternatively, download my userChrome.css file and copy it into the directory. Don't forget to rename it.

    The second block (#appmenu-button) is the most important. You could easily change the color (54, 121, 166) or the opacity (0.2) -- simply change the values, save, and restart Firefox 4.0.

    With some knowledge of CSS you could also move the button around (padding and margin), but I'll investigate more tomorrow. In the mean time, enjoy your less intrusive Firefox 4.0 menu!

    (Incidentally, if you missed the previous post, Firefox 4.0 beta 1 is now available for download!)

    • Add new comment
    • Read more
    • 1553 reads
    • Feed: Download Squad

    Using Google Chrome's bookmark menu? Get ready to kiss it goodbye.

    Submitted by admin on Fri, 07/02/2010 - 12:00
    • bookmarks
    • browser
    • change
    • chrome
    • compact
    • Google
    • menu
    • UI

     

    It's entirely possible you didn't even know Google Chrome had a bookmark menu -- a compact drop-down to access your favorite websites which was a nice alternative to the bookmark bar. I've seen plenty of gripes in our comments on Chrome posts from users wishing there was one there... when it's been there for ages, hidden behind the --bookmark-menu flag.

    But now that you know about it, don't get too excited. The bookmark menu option has been nixed in a recent Chromium source code update and could very well disappear in the next round of updates to Chrome's official channels. I've got to think that more Chrome users would've utilized the menu if there had ever been, say, an option under the wrench menu or in the options tabs.

    The good news is it's working for now on the beta and stable builds, so enable away and enjoy it while you can -- here's how to do it!

    • Add new comment
    • Read more
    • 1781 reads
    • Feed: Download Squad

    Here's a look at Google Chrome's new, simplified menu

    Submitted by admin on Fri, 06/25/2010 - 19:10
    • chrome
    • chromium
    • Google
    • menu
    • minimalism
    • simple
    • UI
    • UX

     

    No, you're right...there's nothing new in the image above. Right now, Google Chrome has two separate menu icons in its top right corner: the wrench menu for options and settings and the page menu for functions like zooming, dev tools, and copy/paste.

    A while back, I'd reported that changes were likely on the way, in the form of a single, unified menu. Google pitches minimalism as a central theme in Chrome, so it certainly makes sense to use as few UI elements as possible.

    Take the jump to see the unified menu, which has just landed in the Chromium snapshot builds!

    Here's the latest version as it appears in the current Chromium builds. As you can see, edit and zoom functions have been combined into single lines and all developer functions slotted into the tools menu.
     
    • Add new comment
    • Read more
    • 1746 reads

    Here's a look at Google Chrome's new, simplified menu

    Submitted by admin on Fri, 06/25/2010 - 19:10
    • chrome
    • chromium
    • Google
    • menu
    • minimalism
    • simple
    • UI
    • UX

    Filed under: Google, Browsers

    • Add new comment
    • Read more
    • 458 reads
    • Feed: Download Squad

    Unified menu coming to Google Chrome

    Submitted by admin on Tue, 06/08/2010 - 10:00
    • chrome
    • design
    • Google
    • menu
    • minimal
    • simplicity
    • UI
    • UX

     

    You may not use the page menu a heck of a lot in Google Chrome. Most of the functions listed there are easily accessed via a hotkey or aimed at developers, so the average user isn't likely to utilize the menu all that often. The wrench menu, on the other hand, is where all our configuration options lie -- as well as things like the history, download, and extensions pages.

    In truth, I barely notice the page menu is there. Why, they might as well just figure out some way to roll it in to the wrench menu and be done with it... And that's precisely what might happen.

    In the Chromium nightly source code, a command line switch has been added to enable a new iteration of the wrench menu. When turned on (on Linux only right now), the page menu disappears and the additional options are rolled into the wrench menu.

    The code revision ends with "Note how long the unified menu is." It's longer, obviously, but not distractingly so -- and I think it's a good trade-off. Visually, you're only looking at a couple pixels difference -- but the subtraction makes perfect sense for Google Chrome's minimal UI.

    Hey, if your browser is going to boast the simplicity and intuitiveness of a unified address and search bar, why muck about with two separate application menus?

    • Add new comment
    • Read more
    • 1913 reads
    • Feed: Download Squad

    Google Chrome Browser is a community site for users and developers of the browser.
    Google™ is a Trademark of Google Inc. All other company and product names may be trademarks of the respective companies with which they are associated.
    Google Chrome Browser site is not affiliated with or sponsored by Google Inc.
    Google Chrome Browser site is built on the Drupal open source content management system.