Parker Collection New Tab

A tab extension for viewing the current date and time with an image from Parker on the Web

Apa itu Parker Collection New Tab?

Parker Collection New Tab adalah ekstensi Chrome yang dikembangkan oleh Liz Fischer, dan fitur utamanya adalah "A tab extension for viewing the current date and time with an image from Parker on the Web".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Parker Collection New Tab

Unduh file ekstensi Parker Collection 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

                        Get a random image from Parker on the Web every time you open a new tab. Explore the collection of manuscripts from the Parker Library at Corpus Christi College, Cambridge just opening up your browser.                    

Informasi Dasar Ekstensi

Nama Parker Collection New Tab Parker Collection New Tab
ID fccmhedphcaccddkcmoifbgijfanabjp
URL Resmi https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp
Deskripsi A tab extension for viewing the current date and time with an image from Parker on the Web
Ukuran File 1.6 MB
Jumlah Instalasi 34
Versi Saat Ini 0.2
Terakhir Diperbarui 2018-11-03
Tanggal Publikasi 2018-11-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Liz Fischer
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parker Collection New Tab",
    "description": "A tab extension for viewing the current date and time with an image from Parker on the Web",
    "short_name": "Parker Tab",
    "version": "0.2",
    "incognito": "split",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' http:\/\/*.stanford.edu\/*; object-src 'self'",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "manifest_version": 2
}