GButton
This extension opens a listing of useful google sites.
Co to jest GButton?
GButton to rozszerzenie Chrome opracowane przez http://rajbhadra.com, a jego główną funkcją jest „This extension opens a listing of useful google sites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GButton
Pobierz pliki rozszerzeń GButton w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hehofmbhkkanpebjgnbkhmbcghomkehg |
Oficjalny URL | https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg |
Opis | This extension opens a listing of useful google sites. |
Rozmiar pliku | 17.17 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 2 |
Ostatnia Aktualizacja | 2014-07-07 |
Data Publikacji | 2014-07-07 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | http://rajbhadra.com |
Typ Płatności | free |
Strona Rozszerzenia | http:www.rajbhadra.com |
Obsługiwane Języki | 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'" } |