URL carousel

Gets information from Google.

Qu'est-ce que URL carousel ?

URL carousel est une extension Chrome développée par Artem Demo, et sa fonction principale est "Gets information from Google.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL carousel

Téléchargez les fichiers d'extension URL carousel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom URL carousel URL carousel
ID imanllkkdigegblfoboikgbokfkffahp
URL Officiel https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp
Description Gets information from Google.
Taille du Fichier 780 KB
Nombre d'Installations 460
Version Actuelle 1.3
Dernière Mise à Jour 2017-04-06
Date de Publication 2017-04-06
Évaluation 3.00/5 Total 2 Évaluations
Développeur Artem Demo
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}