GButton

This extension opens a listing of useful google sites.

Wat is GButton?

GButton is een Chrome-extensie ontwikkeld door http://rajbhadra.com, en de belangrijkste functie is "This extension opens a listing of useful google sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GButton

Download GButton-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GButton GButton
ID hehofmbhkkanpebjgnbkhmbcghomkehg
Officiële URL https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg
Beschrijving This extension opens a listing of useful google sites.
Bestandsgrootte 17.17 KB
Aantal Installaties 23
Huidige Versie 2
Laatst Bijgewerkt 2014-07-07
Publicatiedatum 2014-07-07
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://rajbhadra.com
Betalingswijze free
Extensiewebsite http:www.rajbhadra.com
Ondersteunde Talen 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'"
}