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
Eメール [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
}