Random Fact - New Tab
Get a random fact about todays date every time you open a new tab in Google Chrome.
O que é Random Fact - New Tab?
Random Fact - New Tab é uma extensão do Chrome desenvolvida por https://beardedguys.net, e sua principal característica é "Get a random fact about todays date every time you open a new tab in Google Chrome.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Random Fact - New Tab
Baixe arquivos de extensão Random Fact - 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
Random Fact replaces the standard new tab page and provides you with a random fact about todays date every time you open a new tab in Google Chrome. Features: * Random fact based on the current date. * Display the date. * Welcome greeting based on the time of day. Random facts are provided by numbersapi.com. Please note: This extension requires a internet connection in order to obtain random facts for you. Updates: Version 1.2 * Due to numbersapi.com experiencing down time over the past few days, you'll now see a message when a random fact can't be retrieved. * Extension size reduced by over 50%. Version 1.1.1 * Greeting bug fix.
Informações Básicas da Extensão
Nome | Random Fact - New Tab |
ID | khnfanaldcpphoacnmeocpkoaniekkbg |
URL Oficial | https://chromewebstore.google.com/detail/random-fact-new-tab/khnfanaldcpphoacnmeocpkoaniekkbg |
Descrição | Get a random fact about todays date every time you open a new tab in Google Chrome. |
Tamanho do Arquivo | 94.2 KB |
Contagem de Instalações | 124 |
Versão Atual | 1.2 |
Última Atualização | 2015-04-29 |
Data de Publicação | 2015-04-29 |
Classificação | 2.71/5 Total de 7 Avaliações |
Desenvolvedor | https://beardedguys.net |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://beardedguys.net |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Fact - New Tab", "short_name": "Random Fact - New Tab", "description": "Get a random fact about todays date every time you open a new tab in Google Chrome.", "version": "1.2", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |