Shortcuts for Google™ Products

Displays all Google products in a single, space-saving, drop-down panel

Shortcuts for Google™ Productsคืออะไร?

Shortcuts for Google™ Products เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benni และคุณลักษณะหลักของมันคือ "Displays all Google products in a single, space-saving, drop-down panel"

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

screenshot
screenshot
screenshot

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

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

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

                        The "Shortcuts for Google Products" extension lists all Google products in your browser's toolbar popup. Clicking on an icon will open the product in a new tab.

Operation:
Click: Opens in a new active tab next to the current tab
Shift + Click: Opens in a new window
Ctrl + Click or Command + Click: Open in a background tab next to the current tab

Updates:
1. Drag & drop to re-arrange your icons.
2. Re-size popup and also icons.
3. Add a new custom product to the list

Notes:
1. In order to change the popup width, please enter an integer value from 5 to 24 in the designated space. This value represents the number of columns in the popup.
2. In order to change the icon's size, please enter an integer value from 16 to 64 in the designated space. This value represents the icon size in pixels.
3. in order to see the new icons after each update (not for the first install), you need to reset the toolbar popup once. To do so, open the toolbar popup, click on the settings icon at the bottom left corner, and then click on the reset button.                    

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

ชื่อ Shortcuts for Google™ Products Shortcuts for Google™ Products
ID pdlecffodcfabchelafoljcdphfpkpcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shortcuts-for-google-prod/pdlecffodcfabchelafoljcdphfpkpcl
คำอธิบาย Displays all Google products in a single, space-saving, drop-down panel
ขนาดไฟล์ 739 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.0.8
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2018-11-01
คะแนน 4.48/5 รวมทั้งหมด 109 คะแนน
ผู้พัฒนา Benni
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/google-shortcuts.html
URL หน้าช่วยเหลือ https://webextension.org/listing/google-shortcuts.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shortcuts for Google\u2122 Products",
    "description": "Displays all Google products in a single, space-saving, drop-down panel",
    "version": "2.0.8",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/google-shortcuts.html",
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "commands": {
        "_execute_action": []
    }
}