Quick Menu for Google Chrome™

Quickly access and use Google services right from the Chrome browser

Quick Menu for Google Chrome™คืออะไร?

Quick Menu for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quick-menu.freefinancetools.net และคุณลักษณะหลักของมันคือ "Quickly access and use Google services right from the Chrome browser"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Menu for Google Chrome™

ดาวน์โหลดไฟล์ส่วนขยาย Quick Menu for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quick Menu for Google Chrome gives you instant access to the Google services you depend on daily with a simple drop-down menu that lets you use Search, Youtube and many more Google services.

Access these top Google Services and more with Quick Menu for Google:

Google Search. Search the web or search for images, videos, news or destinations

Google Translate. Type or paste text to get a quick translation.

Google News. Read the top news from your country. You can also browse the World News, Business, Entertainment News. Use the search function to find news on any keyword.

Google Calendar. Check your upcoming events and plan your daily schedule.

Google Keep. Create lists, reminders and make notes for shopping/work ideas/much more. All your notes are saved. Organize and rearrange them as you want.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quick Menu for Google Chrome™ Quick Menu for Google Chrome™
ID gpkimglohcihapifmlbojjpdgeiejcip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-menu-for-google-chr/gpkimglohcihapifmlbojjpdgeiejcip
คำอธิบาย Quickly access and use Google services right from the Chrome browser
ขนาดไฟล์ 433 KB
จำนวนการติดตั้ง 2,097
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-12-09
วันที่เผยแพร่ 2020-10-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://quick-menu.freefinancetools.net
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "version": "1.0",
    "description": "__MSG_AppDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*&viewEXTooo=200k*"
            ],
            "run_at": "document_end",
            "css": [
                "myStyles.css"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.google.com\/*&viewEXTooo=200k*&app_s=true*"
            ],
            "run_at": "document_end",
            "css": [
                "modules\/search\/style.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/translate.google.com\/*app-translate=true*"
            ],
            "run_at": "document_end",
            "css": [
                "modules\/translate\/style.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/mu\/mp\/102*"
            ],
            "run_at": "document_end",
            "css": [
                "modules\/mail\/style.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/drive.google.com\/drive\/u\/*\/mobile\/my-drive*viewEXTooo*"
            ],
            "run_at": "document_end",
            "css": [
                "modules\/drive\/style.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/keep.google.com\/*viewEXTooo*"
            ],
            "run_at": "document_end",
            "css": [
                "modules\/keep\/style.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*viewEXTooo*"
            ],
            "run_at": "document_end",
            "css": [
                "modules\/youtube\/style.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.google.com\/maps\/companion?*app-map=true*"
            ],
            "run_at": "document_end",
            "css": [
                "modules\/map\/map.css"
            ],
            "js": [
                "modules\/map\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "update.js"
        ]
    },
    "browser_action": {
        "default_popup": "public\/dist\/modules\/search\/search.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.youtube.com\/*"
    ]
}