GButton

This extension opens a listing of useful google sites.

What is GButton?

GButton is a Chrome extension developed by http://rajbhadra.com, and its main feature is "This extension opens a listing of useful google sites.".

Extension Screenshots

screenshot

Download GButton Extension CRX File

Download GButton extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension makes accessing commonly used google services easier. Unlike the icon on google sites which gives you quick access to google services, this extension will be of use while on any site. It has shortcuts for google plus, google search, youtube, google maps, google play, google news, gmail, google drive and google calendar. On clicking the sites open in a new tab.                    

Extension Basic Information

Name GButton GButton
ID hehofmbhkkanpebjgnbkhmbcghomkehg
Official URL https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg
Description This extension opens a listing of useful google sites.
File Size 17.17 KB
Installation Count 23
Current Version 2
Last Updated 2014-07-07
Publish Date 2014-07-07
Rating 5.00/5 Total 4 Ratings
Developer http://rajbhadra.com
Payment Type free
Extension Website http:www.rajbhadra.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GButton",
    "short_name": "Gbar",
    "description": "This extension opens a listing of useful google sites.",
    "version": "2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}