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.
Cos'è Rotate Custom New Tab Extensions?
Rotate Custom New Tab Extensions è un'estensione di Chrome sviluppata da gameofsvp, e la sua funzione principale è "This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rotate Custom New Tab Extensions
Scarica i file di estensione Rotate Custom New Tab Extensions 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
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!!!
Informazioni di Base sull'Estensione
Nome | |
ID | damlendmfloenbcpoajmkofajhdelpni |
URL Ufficiale | https://chrome.google.com/webstore/detail/rotate-custom-new-tab-ext/damlendmfloenbcpoajmkofajhdelpni |
Descrizione | This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page. |
Dimensione del File | 256 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-05-17 |
Data di Pubblicazione | 2015-05-17 |
Sviluppatore | gameofsvp |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |