Random Fact - New Tab

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

Apa itu Random Fact - New Tab?

Random Fact - New Tab adalah ekstensi Chrome yang dikembangkan oleh https://beardedguys.net, dan fitur utamanya adalah "Get a random fact about todays date every time you open a new tab in Google Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Random Fact - New Tab

Unduh file ekstensi Random Fact - New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Random Fact - New Tab Random Fact - New Tab
ID khnfanaldcpphoacnmeocpkoaniekkbg
URL Resmi https://chromewebstore.google.com/detail/random-fact-new-tab/khnfanaldcpphoacnmeocpkoaniekkbg
Deskripsi Get a random fact about todays date every time you open a new tab in Google Chrome.
Ukuran File 94.2 KB
Jumlah Instalasi 124
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-04-29
Tanggal Publikasi 2015-04-29
Penilaian 2.71/5 Total 7 Penilaian
Pengembang https://beardedguys.net
Tipe Pembayaran free
URL Halaman Bantuan http://beardedguys.net
Bahasa yang Didukung 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"
    }
}