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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |