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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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\/" ] } |