NYPL Digital Collections Tab
View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab.
NYPL Digital Collections Tab란 무엇입니까?
NYPL Digital Collections Tab은(는) New York Public Library에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab."입니다.
확장 프로그램 스크린샷
NYPL Digital Collections Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Know your NYC geography? Click the link at the bottom of the tab to view the image in The New York Public Library’s Surveyor tool. Geotag the image and help put New York City’s history on the map! Surveyor is part of the NYC Space/Time Directory, which seeks to unlock the potential of historical maps and provide opportunities to explore urban history across space and time.
확장 프로그램 기본 정보
이름 | NYPL Digital Collections Tab |
ID | jnnfgdpljkdebldkndhkeooejakfjcme |
공식 URL | https://chromewebstore.google.com/detail/nypl-digital-collections/jnnfgdpljkdebldkndhkeooejakfjcme |
설명 | View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab. |
파일 크기 | 5.26 MB |
설치 횟수 | 58 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2017-08-31 |
출시 날짜 | 2017-08-31 |
개발자 | New York Public Library |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://spacetime.nypl.org/ |
개인정보 보호 정책 페이지 URL | http://www.nypl.org/help/about-nypl/legal-notices/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NYPL Digital Collections Tab", "description": "View a historic image from the New York Public Library\u2019s Digital Collections, every time you open a new tab.", "short_name": "NYPL Digital Collections Tab", "homepage_url": "http:\/\/spacetime.nypl.org\/", "version": "1.0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "images\/nypl-48.png", "128": "images\/nypl-128.png" }, "web_accessible_resources": [ "index.html" ], "content_security_policy": "script-src 'self' https:\/\/wwww.nypl.org\/*; object-src 'self'", "permissions": [ "http:\/\/spacetime.nypl.org\/", "https:\/\/*.nypl.org\/", "https:\/\/brick-by-brick.herokuapp.com\/" ] } |