Webapps

Extension with quick links to selected websites.

Что такое Webapps?

Webapps - это расширение Chrome, разработанное martenicijuliart, и его основная функция - "Extension with quick links to selected websites.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Webapps

Скачайте файлы расширений Webapps в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Quick links to popular websites. 

Rearrange the icons in the order you like.
Just press the icon, drag it to the new location and drop it.

All product names, logos, and brands are property of their respective owners. All copyrights belong to their respective owners.                    

Основная информация о расширении

Название Webapps Webapps
ID fifipfjcpdakpdomdhekagpcngdblbba
Официальный URL https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba
Описание Extension with quick links to selected websites.
Размер файла 198 KB
Количество установок 8,025
Текущая Версия 1.4
Последнее Обновление 2018-11-28
Дата публикации 2018-11-27
Рейтинг 3.85/5 Всего 246 оценок
Разработчик martenicijuliart
Тип оплаты free
Официальный сайт расширения http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
URL страницы помощи http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "1.4",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}