Google Apps Menu
This extension adds the Google apps menu to the URL bar for easy access to Googles apps
Google Apps Menu là gì?
Google Apps Menu là một tiện ích mở rộng Chrome được phát triển bởi Saxon Keegan, và tính năng chính của nó là "This extension adds the Google apps menu to the URL bar for easy access to Googles apps".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Apps Menu
Tải xuống các tệp mở rộng Google Apps Menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Apps Menu |
ID | kpolmdikociapfjfcgalhcbbilphbldl |
URL Chính Thức | https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl |
Mô tả | This extension adds the Google apps menu to the URL bar for easy access to Googles apps |
Kích Thước Tệp | 79.72 KB |
Số Lần Cài Đặt | 31,122 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-05-05 |
Ngày Phát Hành | 2016-05-05 |
Đánh Giá | 3.20/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Saxon Keegan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |