Chrome Web Store Launcher (by Google)

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

Wat is Chrome Web Store Launcher (by Google)?

Chrome Web Store Launcher (by Google) is een Chrome-extensie ontwikkeld door chrome-store-publisher, en de belangrijkste functie is "The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chrome Web Store Launcher (by Google)

Download Chrome Web Store Launcher (by Google)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/.                    

Basisinformatie over de Extensie

Naam Chrome Web Store Launcher (by Google) Chrome Web Store Launcher (by Google)
ID gecgipfabdickgidpmbicneamekgbaej
Officiële URL https://chromewebstore.google.com/detail/chrome-web-store-launcher/gecgipfabdickgidpmbicneamekgbaej
Beschrijving The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.
Bestandsgrootte 30.36 KB
Aantal Installaties 700,000
Huidige Versie 1.2.4
Laatst Bijgewerkt 2019-09-05
Publicatiedatum 2019-09-04
Beoordeling 4.36/5 Totaal 1369 Beoordelingen
Ontwikkelaar chrome-store-publisher
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}