Chrome Slideshow

Allows you to setup a slideshow of webpages as your new tab page.

Qu'est-ce que Chrome Slideshow ?

Chrome Slideshow est une extension Chrome développée par https://sites.google.com/site/caseygoodhew, et sa fonction principale est "Allows you to setup a slideshow of webpages as your new tab page.".

Télécharger le fichier CRX de l'extension Chrome Slideshow

Téléchargez les fichiers d'extension Chrome Slideshow 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

                        Allows you to setup a slideshow of webpages as your new tab page.                    

Informations de Base sur l'Extension

Nom Chrome Slideshow Chrome Slideshow
ID egfodlnoolmphdoamdckpcbdbefleekl
URL Officiel https://chromewebstore.google.com/detail/chrome-slideshow/egfodlnoolmphdoamdckpcbdbefleekl
Description Allows you to setup a slideshow of webpages as your new tab page.
Taille du Fichier 10.74 KB
Nombre d'Installations 268
Version Actuelle 0.3
Dernière Mise à Jour 2016-02-08
Date de Publication 2016-02-07
Développeur https://sites.google.com/site/caseygoodhew
Type de Paiement free
Site Web de l'Extension https://github.com/caseygoodhew/chrome-slideshow
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Slideshow",
    "description": "Allows you to setup a slideshow of webpages as your new tab page.",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "options.html",
    "icons": {
        "16": "grid-16.png",
        "48": "grid-48.png",
        "128": "grid-128.png"
    }
}