Random Fact - New Tab

Get a random fact about todays date every time you open a new tab in Google Chrome.

Co to jest Random Fact - New Tab?

Random Fact - New Tab to rozszerzenie Chrome opracowane przez https://beardedguys.net, a jego główną funkcją jest „Get a random fact about todays date every time you open a new tab in Google Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Random Fact - New Tab

Pobierz pliki rozszerzeń Random Fact - New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Random Fact - New Tab Random Fact - New Tab
ID khnfanaldcpphoacnmeocpkoaniekkbg
Oficjalny URL https://chromewebstore.google.com/detail/random-fact-new-tab/khnfanaldcpphoacnmeocpkoaniekkbg
Opis Get a random fact about todays date every time you open a new tab in Google Chrome.
Rozmiar pliku 94.2 KB
Liczba instalacji 124
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-04-29
Data Publikacji 2015-04-29
Ocena 2.71/5 Łącznie 7 Oceny
Deweloper https://beardedguys.net
Typ Płatności free
Adres URL Strony Pomocy http://beardedguys.net
Obsługiwane Języki 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"
    }
}