Parker Collection New Tab
A tab extension for viewing the current date and time with an image from Parker on the Web
What is Parker Collection New Tab?
Parker Collection New Tab is a Chrome extension developed by Liz Fischer, and its main feature is "A tab extension for viewing the current date and time with an image from Parker on the Web".
Extension Screenshots
Download Parker Collection New Tab Extension CRX File
Download Parker Collection New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Parker Collection New Tab |
ID | fccmhedphcaccddkcmoifbgijfanabjp |
Official URL | https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp |
Description | A tab extension for viewing the current date and time with an image from Parker on the Web |
File Size | 1.6 MB |
Installation Count | 34 |
Current Version | 0.2 |
Last Updated | 2018-11-03 |
Publish Date | 2018-11-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Liz Fischer |
Payment Type | free |
Privacy Policy Page URL | https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md |
Supported Languages | 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 } |