Parker Collection New Tab
A tab extension for viewing the current date and time with an image from Parker on the Web
Wat is Parker Collection New Tab?
Parker Collection New Tab is een Chrome-extensie ontwikkeld door Liz Fischer, en de belangrijkste functie is "A tab extension for viewing the current date and time with an image from Parker on the Web".
Extensie Screenshots
Download het CRX-bestand van de extensie Parker Collection New Tab
Download Parker Collection New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Parker Collection New Tab |
ID | fccmhedphcaccddkcmoifbgijfanabjp |
Officiële URL | https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp |
Beschrijving | A tab extension for viewing the current date and time with an image from Parker on the Web |
Bestandsgrootte | 1.6 MB |
Aantal Installaties | 34 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2018-11-03 |
Publicatiedatum | 2018-11-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Liz Fischer |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md |
Ondersteunde Talen | 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 } |