GButton

This extension opens a listing of useful google sites.

Co je GButton?

GButton je rozšíření Chrome vyvinuté http://rajbhadra.com, a jeho hlavní funkcí je „This extension opens a listing of useful google sites.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GButton

Stáhněte si soubory rozšíření GButton ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GButton GButton
ID hehofmbhkkanpebjgnbkhmbcghomkehg
Oficiální URL https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg
Popis This extension opens a listing of useful google sites.
Velikost souboru 17.17 KB
Počet instalací 23
Aktuální Verze 2
Poslední Aktualizace 2014-07-07
Datum Vydání 2014-07-07
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář http://rajbhadra.com
Typ Platby free
Webové stránky Rozšíření http:www.rajbhadra.com
Podporované Jazyky 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'"
}