Random Wikipedia New Tab

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

Vad är Random Wikipedia New Tab?

Random Wikipedia New Tab är en Chrome-tillägg utvecklad av João Tarla, och dess huvudfunktion är "Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Random Wikipedia New Tab-förlängningens CRX-fil

Ladda ner Random Wikipedia New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Random Wikipedia New Tab Random Wikipedia New Tab
ID kanbdekniajhfdofkbikiclgccplhfjg
Officiell webbadress https://chromewebstore.google.com/detail/random-wikipedia-new-tab/kanbdekniajhfdofkbikiclgccplhfjg
Beskrivning Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.
Filstorlek 12.89 KB
Antal Installationer 116
Aktuell Version 1.1
Senast Uppdaterad 2023-05-23
Publiceringsdatum 2019-03-24
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare João Tarla
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}