Random Tab
Opens a random tab when the icon is pressed and displays a tab counter.
Qu'est-ce que Random Tab ?
Random Tab est une extension Chrome développée par Aleksander Czarnowski, et sa fonction principale est "Opens a random tab when the icon is pressed and displays a tab counter.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random Tab
Téléchargez les fichiers d'extension Random Tab 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
Now with the added option to chose between opening a random tab from all windows or just the current window.
Informations de Base sur l'Extension
Nom | Random Tab |
ID | pamgfjoljjpmdgjfdcohdffplcmngjgi |
URL Officiel | https://chromewebstore.google.com/detail/random-tab/pamgfjoljjpmdgjfdcohdffplcmngjgi |
Description | Opens a random tab when the icon is pressed and displays a tab counter. |
Taille du Fichier | 9.35 KB |
Nombre d'Installations | 935 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-10-16 |
Date de Publication | 2019-08-24 |
Évaluation | 4.38/5 Total 8 Évaluations |
Développeur | Aleksander Czarnowski |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Random Tab", "description": "Opens a random tab when the icon is pressed and displays a tab counter.", "version": "1.1", "homepage_url": "https:\/\/aleksander.me\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "event.js", "type": "module" }, "options_ui": { "page": "Options\/options.html" }, "permissions": [ "storage" ], "action": { "default_icon": "icon128.png", "default_title": "Random Tab" } } |