NYPL Digital Collections Tab

View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab.

¿Qué es NYPL Digital Collections Tab?

NYPL Digital Collections Tab es una extensión de Chrome desarrollada por New York Public Library, y su función principal es "View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión NYPL Digital Collections Tab

Descarga archivos de extensión NYPL Digital Collections Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre NYPL Digital Collections Tab NYPL Digital Collections Tab
ID jnnfgdpljkdebldkndhkeooejakfjcme
URL Oficial https://chromewebstore.google.com/detail/nypl-digital-collections/jnnfgdpljkdebldkndhkeooejakfjcme
Descripción View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab.
Tamaño del Archivo 5.26 MB
Cantidad de Instalaciones 58
Versión Actual 1.0.1
Última Actualización 2017-08-31
Fecha de Publicación 2017-08-31
Desarrollador New York Public Library
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://spacetime.nypl.org/
URL de la Página de Política de Privacidad http://www.nypl.org/help/about-nypl/legal-notices/privacy-policy
Idiomas Soportados 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\/"
    ]
}