Random Wikipedia New Tab

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

Co je Random Wikipedia New Tab?

Random Wikipedia New Tab je rozšíření Chrome vyvinuté João Tarla, a jeho hlavní funkcí je „Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Random Wikipedia New Tab

Stáhněte si soubory rozšíření Random Wikipedia New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Random Wikipedia New Tab Random Wikipedia New Tab
ID kanbdekniajhfdofkbikiclgccplhfjg
Oficiální URL https://chromewebstore.google.com/detail/random-wikipedia-new-tab/kanbdekniajhfdofkbikiclgccplhfjg
Popis Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.
Velikost souboru 12.89 KB
Počet instalací 116
Aktuální Verze 1.1
Poslední Aktualizace 2023-05-23
Datum Vydání 2019-03-24
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář João Tarla
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}