New Tab Rotate
Alternate between your multiple new tab extensions
O que é New Tab Rotate?
New Tab Rotate é uma extensão do Chrome desenvolvida por newtabrotate, e sua principal característica é "Alternate between your multiple new tab extensions".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab Rotate
Baixe arquivos de extensão New Tab Rotate 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
Have more than one new tab extension that you like? Why not both!? Why not 100!? Automatically rotate between your installed new tab extensions every time you open a new tab. Or if you want to launch a specific one, just choose it from the New Tab Rotate popup. Don't settle for just one, you deserve to use them all!
Informações Básicas da Extensão
Nome | |
ID | ahgcbolioopacfcnofmbpfebmggfbhia |
URL Oficial | https://chrome.google.com/webstore/detail/new-tab-rotate/ahgcbolioopacfcnofmbpfebmggfbhia |
Descrição | Alternate between your multiple new tab extensions |
Tamanho do Arquivo | 130 KB |
Contagem de Instalações | 281 |
Versão Atual | 1.1.4 |
Última Atualização | 2021-02-14 |
Data de Publicação | 2019-12-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | newtabrotate |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Rotate", "version": "1.1.4", "manifest_version": 2, "description": "Alternate between your multiple new tab extensions", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "activeTab", "management", "tabs", "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.js" ] } ] } |