Random Tab
Opens a random tab when the icon is pressed and displays a tab counter.
Wat is Random Tab?
Random Tab is een Chrome-extensie ontwikkeld door Aleksander Czarnowski, en de belangrijkste functie is "Opens a random tab when the icon is pressed and displays a tab counter.".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Tab
Download Random Tab-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
Now with the added option to chose between opening a random tab from all windows or just the current window.
Basisinformatie over de Extensie
Naam | Random Tab |
ID | pamgfjoljjpmdgjfdcohdffplcmngjgi |
Officiële URL | https://chromewebstore.google.com/detail/random-tab/pamgfjoljjpmdgjfdcohdffplcmngjgi |
Beschrijving | Opens a random tab when the icon is pressed and displays a tab counter. |
Bestandsgrootte | 9.35 KB |
Aantal Installaties | 935 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-10-16 |
Publicatiedatum | 2019-08-24 |
Beoordeling | 4.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Aleksander Czarnowski |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |