Parker Collection New Tab
A tab extension for viewing the current date and time with an image from Parker on the Web
什么是Parker Collection New Tab?
Parker Collection New Tab是由Liz Fischer开发的Chrome扩展程序,该扩展的主要功能是“A tab extension for viewing the current date and time with an image from Parker on the Web”。
扩展截图
下载Parker Collection New Tab扩展crx文件
下载Parker Collection New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Parker Collection New Tab |
ID | fccmhedphcaccddkcmoifbgijfanabjp |
官方URL | https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp |
简介 | A tab extension for viewing the current date and time with an image from Parker on the Web |
文件大小 | 1.6 MB |
安装次数 | 34 |
当前版本 | 0.2 |
更新时间 | 2018-11-03 |
上架时间 | 2018-11-03 |
评分 | 5.00/5 共1次评分 |
开发者 | Liz Fischer |
付费类型 | free |
隐私政策页面URL | https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md |
支持的语言 | 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 } |