GButton

This extension opens a listing of useful google sites.

Vad är GButton?

GButton är en Chrome-tillägg utvecklad av http://rajbhadra.com, och dess huvudfunktion är "This extension opens a listing of useful google sites.".

Tilläggsskärmbilder

screenshot

Ladda ner GButton-förlängningens CRX-fil

Ladda ner GButton-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GButton GButton
ID hehofmbhkkanpebjgnbkhmbcghomkehg
Officiell webbadress https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg
Beskrivning This extension opens a listing of useful google sites.
Filstorlek 17.17 KB
Antal Installationer 23
Aktuell Version 2
Senast Uppdaterad 2014-07-07
Publiceringsdatum 2014-07-07
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare http://rajbhadra.com
Betalningssätt free
Tilläggswebbplats http:www.rajbhadra.com
Stödda Språk 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'"
}