Parker Collection New Tab
A tab extension for viewing the current date and time with an image from Parker on the Web
Cos'è Parker Collection New Tab?
Parker Collection New Tab è un'estensione di Chrome sviluppata da Liz Fischer, e la sua funzione principale è "A tab extension for viewing the current date and time with an image from Parker on the Web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Parker Collection New Tab
Scarica i file di estensione Parker Collection New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Parker Collection New Tab |
ID | fccmhedphcaccddkcmoifbgijfanabjp |
URL Ufficiale | https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp |
Descrizione | A tab extension for viewing the current date and time with an image from Parker on the Web |
Dimensione del File | 1.6 MB |
Conteggio Installazioni | 34 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2018-11-03 |
Data di Pubblicazione | 2018-11-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Liz Fischer |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md |
Lingue Supportate | 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 } |