Simple Tab Slideshow
A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.
Qu'est-ce que Simple Tab Slideshow ?
Simple Tab Slideshow est une extension Chrome développée par Alexandre Brault, et sa fonction principale est "A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.".
Télécharger le fichier CRX de l'extension Simple Tab Slideshow
Téléchargez les fichiers d'extension Simple Tab 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
A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.
Informations de Base sur l'Extension
Nom | |
ID | phcfegbcdbhkdhcpjoafmdagbolebdei |
URL Officiel | https://chrome.google.com/webstore/detail/simple-tab-slideshow/phcfegbcdbhkdhcpjoafmdagbolebdei |
Description | A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable. |
Taille du Fichier | 13.86 KB |
Nombre d'Installations | 304 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-06-17 |
Date de Publication | 2014-06-17 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Alexandre Brault |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "script.js" ] }, "icons": { "128": "icon.png", "48": "icon-48.png" }, "browser_action": { "default_icon": { "19": "icon-play-19.png", "38": "icon-play-38.png" }, "default_title": "Rotate tabs" }, "manifest_version": 2, "name": "Simple Tab Slideshow", "permissions": [], "version": "0.1" } |