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
官方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
}