URL carousel

Gets information from Google.

Что такое URL carousel?

URL carousel - это расширение Chrome, разработанное Artem Demo, и его основная функция - "Gets information from Google.".

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

screenshot

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

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

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

                        Simple extension that showing websites them one by one in single tab.
Useful when you want to use chrome cast of only one tab.
For example, after locking your computer chrome cast will stop casting of whole desktop, but will continue to stream single tab.                    

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

Название URL carousel URL carousel
ID imanllkkdigegblfoboikgbokfkffahp
Официальный URL https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp
Описание Gets information from Google.
Размер файла 780 KB
Количество установок 460
Текущая Версия 1.3
Последнее Обновление 2017-04-06
Дата публикации 2017-04-06
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Artem Demo
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL carousel",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Gets information from Google.",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        },
        "default_title": "URL carousel",
        "default_popup": "PopupView.html"
    },
    "options_ui": {
        "page": "OptionsView.html",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}