Google Apps Menu
This extension adds the Google apps menu to the URL bar for easy access to Googles apps
Apa itu Google Apps Menu?
Google Apps Menu adalah ekstensi Chrome yang dikembangkan oleh Saxon Keegan, dan fitur utamanya adalah "This extension adds the Google apps menu to the URL bar for easy access to Googles apps".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Apps Menu
Unduh file ekstensi Google Apps Menu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Google Apps Menu |
ID | kpolmdikociapfjfcgalhcbbilphbldl |
URL Resmi | https://chromewebstore.google.com/detail/google-apps-menu/kpolmdikociapfjfcgalhcbbilphbldl |
Deskripsi | This extension adds the Google apps menu to the URL bar for easy access to Googles apps |
Ukuran File | 79.72 KB |
Jumlah Instalasi | 31,122 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-05-05 |
Tanggal Publikasi | 2016-05-05 |
Penilaian | 3.20/5 Total 20 Penilaian |
Pengembang | Saxon Keegan |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |