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-store-publisher開發的Chrome擴展程式,該擴展的主要功能是“The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.”。

擴展截圖

screenshot
screenshot

下載Chrome Web Store Launcher (by Google)擴展crx文件

下載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
官方網址 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
}