Parker Collection New Tab

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

O que é Parker Collection New Tab?

Parker Collection New Tab é uma extensão do Chrome desenvolvida por Liz Fischer, e sua principal característica é "A tab extension for viewing the current date and time with an image from Parker on the Web".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Parker Collection New Tab

Baixe arquivos de extensão Parker Collection New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Parker Collection New Tab Parker Collection New Tab
ID fccmhedphcaccddkcmoifbgijfanabjp
URL Oficial https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp
Descrição A tab extension for viewing the current date and time with an image from Parker on the Web
Tamanho do Arquivo 1.6 MB
Contagem de Instalações 34
Versão Atual 0.2
Última Atualização 2018-11-03
Data de Publicação 2018-11-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Liz Fischer
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md
Idiomas Suportados 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
}