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, разработанное chrome-store-publisher, и его основная функция - "The Chrome Web Store Launcher provides quick, easy access to all your Chrome apps.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Chrome Web Store Launcher (by Google)

Скачайте файлы расширений 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
}