Parker Collection New Tab

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

¿Qué es Parker Collection New Tab?

Parker Collection New Tab es una extensión de Chrome desarrollada por Liz Fischer, y su función principal es "A tab extension for viewing the current date and time with an image from Parker on the Web".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Parker Collection New Tab

Descarga archivos de extensión Parker Collection New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Parker Collection New Tab Parker Collection New Tab
ID fccmhedphcaccddkcmoifbgijfanabjp
URL Oficial https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp
Descripción A tab extension for viewing the current date and time with an image from Parker on the Web
Tamaño del Archivo 1.6 MB
Cantidad de Instalaciones 34
Versión Actual 0.2
Última Actualización 2018-11-03
Fecha de Publicación 2018-11-03
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Liz Fischer
Tipo de Pago free
URL de la Página de Política de Privacidad https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md
Idiomas Soportados 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
}