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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Saxon Keegan และคุณลักษณะหลักของมันคือ "This extension adds the Google apps menu to the URL bar for easy access to Googles apps"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Apps Menu

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/"
    ]
}