GButton
This extension opens a listing of useful google sites.
什么是GButton?
GButton是由http://rajbhadra.com开发的Chrome扩展程序,该扩展的主要功能是“This extension opens a listing of useful google sites.”。
扩展截图
下载GButton扩展crx文件
下载GButton扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | hehofmbhkkanpebjgnbkhmbcghomkehg |
官方URL | https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg |
简介 | This extension opens a listing of useful google sites. |
文件大小 | 17.17 KB |
安装次数 | 23 |
当前版本 | 2 |
更新时间 | 2014-07-07 |
上架时间 | 2014-07-07 |
评分 | 5.00/5 共4次评分 |
开发者 | http://rajbhadra.com |
付费类型 | free |
扩展官网 | http:www.rajbhadra.com |
支持的语言 | 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'" } |