Rotate Custom New Tab Extensions
This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.
Qu'est-ce que Rotate Custom New Tab Extensions ?
Rotate Custom New Tab Extensions est une extension Chrome développée par gameofsvp, et sa fonction principale est "This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rotate Custom New Tab Extensions
Téléchargez les fichiers d'extension Rotate Custom New Tab Extensions 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
Google Chrome browser lets you install extensions which can provide with very creative and interesting new tab layouts before you actually navigate your desired web page. Some of these provide news, flickr images, google earth images, todo lists etc. But unfortunately only one of those extension can be used at a time. This extension allows you to run one of those extensions for a while and then automatically shift to another chrome extension. Once you install this extension, go to the options page and select those extensions which you would like to rotate among. Please make sure you only select those which actually render a custom new tab. Enjoy!!!
Informations de Base sur l'Extension
Nom | |
ID | damlendmfloenbcpoajmkofajhdelpni |
URL Officiel | https://chrome.google.com/webstore/detail/rotate-custom-new-tab-ext/damlendmfloenbcpoajmkofajhdelpni |
Description | This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page. |
Taille du Fichier | 256 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-05-17 |
Date de Publication | 2015-05-17 |
Développeur | gameofsvp |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon.png" }, "name": "Rotate Custom New Tab Extensions", "description": "This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.", "version": "1.2", "permissions": [ "management", "tabs", "alarms", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] } } |