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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载NYPL Digital Collections Tab扩展crx文件

下载NYPL Digital Collections Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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\/"
    ]
}