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”。
擴展截圖
下載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 |
ID | kpolmdikociapfjfcgalhcbbilphbldl |
官方網址 | 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\/" ] } |