Random Tab

Opens a random tab when the icon is pressed and displays a tab counter.

Hvad er Random Tab?

Random Tab er en Chrome-udvidelse udviklet af Aleksander Czarnowski, og dens hovedfunktion er "Opens a random tab when the icon is pressed and displays a tab counter.".

Udvidelsesskærmbilleder

screenshot

Download Random Tab-udvidelses-CRX-fil

Download Random Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Now with the added option to chose between opening a random tab from all windows or just the current window.                    

Grundlæggende oplysninger om udvidelsen

Navn Random Tab Random Tab
ID pamgfjoljjpmdgjfdcohdffplcmngjgi
Officiel URL https://chromewebstore.google.com/detail/random-tab/pamgfjoljjpmdgjfdcohdffplcmngjgi
Beskrivelse Opens a random tab when the icon is pressed and displays a tab counter.
Filstørrelse 9.35 KB
Antal Installationer 935
Nuværende Version 1.1
Senest Opdateret 2023-10-16
Udgivelsesdato 2019-08-24
Bedømmelse 4.38/5 Samlet 8 Bedømmelser
Udvikler Aleksander Czarnowski
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}