URL carousel

Gets information from Google.

Cos'è URL carousel?

URL carousel è un'estensione di Chrome sviluppata da Artem Demo, e la sua funzione principale è "Gets information from Google.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL carousel

Scarica i file di estensione URL carousel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome URL carousel URL carousel
ID imanllkkdigegblfoboikgbokfkffahp
URL Ufficiale https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp
Descrizione Gets information from Google.
Dimensione del File 780 KB
Conteggio Installazioni 460
Versione Corrente 1.3
Ultimo Aggiornamento 2017-04-06
Data di Pubblicazione 2017-04-06
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Artem Demo
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}