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.
O que é Rotate Custom New Tab Extensions?
Rotate Custom New Tab Extensions é uma extensão do Chrome desenvolvida por gameofsvp, e sua principal característica é "This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rotate Custom New Tab Extensions
Baixe arquivos de extensão Rotate Custom New Tab Extensions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!!!
Informações Básicas da Extensão
Nome | |
ID | damlendmfloenbcpoajmkofajhdelpni |
URL Oficial | https://chrome.google.com/webstore/detail/rotate-custom-new-tab-ext/damlendmfloenbcpoajmkofajhdelpni |
Descrição | This extension allows you to rotate among a set of custom new tab chrome extensions configured through the options page. |
Tamanho do Arquivo | 256 KB |
Contagem de Instalações | 19 |
Versão Atual | 1.2 |
Última Atualização | 2015-05-17 |
Data de Publicação | 2015-05-17 |
Desenvolvedor | gameofsvp |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |