New Tab Rotate
Alternate between your multiple new tab extensions
Qu'est-ce que New Tab Rotate ?
New Tab Rotate est une extension Chrome développée par newtabrotate, et sa fonction principale est "Alternate between your multiple new tab extensions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Rotate
Téléchargez les fichiers d'extension New Tab Rotate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | ahgcbolioopacfcnofmbpfebmggfbhia |
URL Officiel | https://chrome.google.com/webstore/detail/new-tab-rotate/ahgcbolioopacfcnofmbpfebmggfbhia |
Description | Alternate between your multiple new tab extensions |
Taille du Fichier | 130 KB |
Nombre d'Installations | 281 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2021-02-14 |
Date de Publication | 2019-12-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | newtabrotate |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |