New Tab Random Quote

Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.

Apa itu New Tab Random Quote?

New Tab Random Quote adalah ekstensi Chrome yang dikembangkan oleh https://gabrielkrieshok.com, dan fitur utamanya adalah "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi New Tab Random Quote

Unduh file ekstensi New Tab Random Quote 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

                        Lets you replace the default 'new tab' screen with a randomly-selected quotation / thought / reminder of your own. The settings page allows you to add/remove quotations, as well as well as importing/exporting in bulk.                    

Informasi Dasar Ekstensi

Nama New Tab Random Quote New Tab Random Quote
ID ajdmjnkmegnofepbbkaaklfopjgdocfl
URL Resmi https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl
Deskripsi Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
Ukuran File 596 KB
Jumlah Instalasi 65
Versi Saat Ini 2.3
Terakhir Diperbarui 2020-08-24
Tanggal Publikasi 2020-06-28
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://gabrielkrieshok.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://gabrielkrieshok.com
URL Halaman Bantuan http://gabrielkrieshok.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Random Quote",
    "version": "2.3",
    "description": "Override the 'new tab' page to randomly shows 1 of 1,000 interesting\/inspiring quotes, or update it with your own.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "author": "Gabriel Krieshok",
    "chrome_url_overrides": {
        "newtab": "quote.html"
    },
    "options_page": "index.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "quotelist.json"
    ]
}