Random Wikipedia New Tab

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

O que é Random Wikipedia New Tab?

Random Wikipedia New Tab é uma extensão do Chrome desenvolvida por João Tarla, e sua principal característica é "Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Random Wikipedia New Tab

Baixe arquivos de extensão Random Wikipedia New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Random Wikipedia New Tab Random Wikipedia New Tab
ID kanbdekniajhfdofkbikiclgccplhfjg
URL Oficial https://chromewebstore.google.com/detail/random-wikipedia-new-tab/kanbdekniajhfdofkbikiclgccplhfjg
Descrição Unleash the power of randomness with every new tab, as you dive into the unknown realms of Wikipedia.
Tamanho do Arquivo 12.89 KB
Contagem de Instalações 116
Versão Atual 1.1
Última Atualização 2023-05-23
Data de Publicação 2019-03-24
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor João Tarla
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}