Google Apps Menu

This extension adds the Google apps menu to the URL bar for easy access to Googles apps

什么是Google Apps Menu?

Google Apps Menu是由Saxon Keegan开发的Chrome扩展程序,该扩展的主要功能是“This extension adds the Google apps menu to the URL bar for easy access to Googles apps”。

扩展截图

screenshot
screenshot

下载Google Apps Menu扩展crx文件

下载Google Apps Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        I use Google's services a lot, but I've always found it tedious having to navigate to their site to access each of their services. Google Apps Menu is a simple extension that adds the app menu onto chrome's interface. It provides the user with quick access to some of Google's popular apps and services.                    

扩展基本信息

名称 Google Apps Menu Google Apps Menu
ID kpolmdikociapfjfcgalhcbbilphbldl
官方URL https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl
简介 This extension adds the Google apps menu to the URL bar for easy access to Googles apps
文件大小 79.72 KB
安装次数 31,122
当前版本 1.0
更新时间 2016-05-05
上架时间 2016-05-05
评分 3.20/5 共20次评分
开发者 Saxon Keegan
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Apps Menu",
    "description": "This extension adds the Google apps menu to the URL bar for easy access to Googles apps",
    "version": "1.0",
    "browser_action": {
        "default_icon": "menu.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "menu16.png",
        "48": "menu48.png",
        "128": "menu.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}