Chrome Web Store Launcher (by Google)

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

Co to jest Chrome Web Store Launcher (by Google)?

Chrome Web Store Launcher (by Google) to rozszerzenie Chrome opracowane przez chrome-store-publisher, a jego główną funkcją jest „The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Chrome Web Store Launcher (by Google)

Pobierz pliki rozszerzeń Chrome Web Store Launcher (by Google) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Web Store Launcher (by Google) Chrome Web Store Launcher (by Google)
ID gecgipfabdickgidpmbicneamekgbaej
Oficjalny URL https://chromewebstore.google.com/detail/chrome-web-store-launcher/gecgipfabdickgidpmbicneamekgbaej
Opis The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.
Rozmiar pliku 30.36 KB
Liczba instalacji 700,000
Aktualna Wersja 1.2.4
Ostatnia Aktualizacja 2019-09-05
Data Publikacji 2019-09-04
Ocena 4.36/5 Łącznie 1369 Oceny
Deweloper chrome-store-publisher
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}