Random Wikipedia New Tab

Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.

Cos'è Random Wikipedia New Tab?

Random Wikipedia New Tab è un'estensione di Chrome sviluppata da João Tarla, e la sua funzione principale è "Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Random Wikipedia New Tab

Scarica i file di estensione Random Wikipedia New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Say goodbye to the monotony of the 'new tab' and say hello to a world of delightful surprises! The Random Wikipedia Tab extension is your ticket to spontaneous knowledge exploration. With each tab you open, prepare to be whisked away to a completely random Wikipedia page, where you can stumble upon anything from the history of rubber ducks to the secret lives of garden gnomes. Ignite your curiosity, broaden your horizons, and embark on an exciting learning journey with every click.

GitHub: https://github.com/tarla/random-wikipedia-chrome-extension                    

Informazioni di Base sull'Estensione

Nome Random Wikipedia New Tab Random Wikipedia New Tab
ID kanbdekniajhfdofkbikiclgccplhfjg
URL Ufficiale https://chromewebstore.google.com/detail/random-wikipedia-new-tab/kanbdekniajhfdofkbikiclgccplhfjg
Descrizione Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.
Dimensione del File 12.89 KB
Conteggio Installazioni 116
Versione Corrente 1.1
Ultimo Aggiornamento 2023-05-23
Data di Pubblicazione 2019-03-24
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore João Tarla
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Random Wikipedia New Tab",
    "description": "Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.",
    "version": "1.1",
    "homepage_url": "https:\/\/en.wikipedia.org\/wiki\/Special:Random",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service+worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}