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 |
官方網址 | 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 } |