Chrome Web Store Launcher (by Google)

The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.

Chrome Web Store Launcher (by Google)คืออะไร?

Chrome Web Store Launcher (by Google) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-store-publisher และคุณลักษณะหลักของมันคือ "The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Web Store Launcher (by Google)

ดาวน์โหลดไฟล์ส่วนขยาย Chrome Web Store Launcher (by Google) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The Chrome Web Store Launcher extension provides a quick and easy way to access your installed applications, define favorite apps, search for new apps, and visit the Chrome Web Store.

* Define up to 5 favorite apps for fast access
* Quickly and easily launch any of your installed apps
* Search the Chrome Web Store right from within the extension

By installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

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

ชื่อ Chrome Web Store Launcher (by Google) Chrome Web Store Launcher (by Google)
ID gecgipfabdickgidpmbicneamekgbaej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-web-store-launcher/gecgipfabdickgidpmbicneamekgbaej
คำอธิบาย The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.
ขนาดไฟล์ 30.36 KB
จำนวนการติดตั้ง 700,000
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2019-09-05
วันที่เผยแพร่ 2019-09-04
คะแนน 4.36/5 รวมทั้งหมด 1369 คะแนน
ผู้พัฒนา chrome-store-publisher
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Web Store Launcher (by Google)",
    "version": "1.2.4",
    "description": "The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "browser_action_icon.png",
        "default_title": "Chrome Web Store Launcher",
        "default_popup": "popup.html"
    },
    "options_page": "options_page.html",
    "icons": {
        "48": "cwsbadge.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}