New Tab Rotate
Alternate between your multiple new tab extensions
Wat is New Tab Rotate?
New Tab Rotate is een Chrome-extensie ontwikkeld door newtabrotate, en de belangrijkste functie is "Alternate between your multiple new tab extensions".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab Rotate
Download New Tab Rotate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | ahgcbolioopacfcnofmbpfebmggfbhia |
Officiële URL | https://chrome.google.com/webstore/detail/new-tab-rotate/ahgcbolioopacfcnofmbpfebmggfbhia |
Beschrijving | Alternate between your multiple new tab extensions |
Bestandsgrootte | 130 KB |
Aantal Installaties | 281 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2021-02-14 |
Publicatiedatum | 2019-12-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | newtabrotate |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |