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 |
公式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 |
Eメール | [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\/" ] } |