GButton
This extension opens a listing of useful google sites.
Apa itu GButton?
GButton adalah ekstensi Chrome yang dikembangkan oleh http://rajbhadra.com, dan fitur utamanya adalah "This extension opens a listing of useful google sites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GButton
Unduh file ekstensi GButton dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hehofmbhkkanpebjgnbkhmbcghomkehg |
URL Resmi | https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg |
Deskripsi | This extension opens a listing of useful google sites. |
Ukuran File | 17.17 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2014-07-07 |
Tanggal Publikasi | 2014-07-07 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | http://rajbhadra.com |
Tipe Pembayaran | free |
Situs Ekstensi | http:www.rajbhadra.com |
Bahasa yang Didukung | 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'" } |