New Tab Rotate
Alternate between your multiple new tab extensions
Cos'è New Tab Rotate?
New Tab Rotate è un'estensione di Chrome sviluppata da newtabrotate, e la sua funzione principale è "Alternate between your multiple new tab extensions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Rotate
Scarica i file di estensione New Tab Rotate 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
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!
Informazioni di Base sull'Estensione
Nome | |
ID | ahgcbolioopacfcnofmbpfebmggfbhia |
URL Ufficiale | https://chrome.google.com/webstore/detail/new-tab-rotate/ahgcbolioopacfcnofmbpfebmggfbhia |
Descrizione | Alternate between your multiple new tab extensions |
Dimensione del File | 130 KB |
Conteggio Installazioni | 281 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2021-02-14 |
Data di Pubblicazione | 2019-12-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | newtabrotate |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |