URL carousel

Gets information from Google.

Co to jest URL carousel?

URL carousel to rozszerzenie Chrome opracowane przez Artem Demo, a jego główną funkcją jest „Gets information from Google.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia URL carousel

Pobierz pliki rozszerzeń URL carousel 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa URL carousel URL carousel
ID imanllkkdigegblfoboikgbokfkffahp
Oficjalny URL https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp
Opis Gets information from Google.
Rozmiar pliku 780 KB
Liczba instalacji 460
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2017-04-06
Data Publikacji 2017-04-06
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Artem Demo
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}