NYPL Digital Collections Tab

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

Cos'è NYPL Digital Collections Tab?

NYPL Digital Collections Tab è un'estensione di Chrome sviluppata da New York Public Library, e la sua funzione principale è "View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NYPL Digital Collections Tab

Scarica i file di estensione NYPL Digital Collections Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NYPL Digital Collections Tab NYPL Digital Collections Tab
ID jnnfgdpljkdebldkndhkeooejakfjcme
URL Ufficiale https://chromewebstore.google.com/detail/nypl-digital-collections/jnnfgdpljkdebldkndhkeooejakfjcme
Descrizione View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab.
Dimensione del File 5.26 MB
Conteggio Installazioni 58
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-08-31
Data di Pubblicazione 2017-08-31
Sviluppatore New York Public Library
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://spacetime.nypl.org/
URL della Pagina della Politica sulla Privacy http://www.nypl.org/help/about-nypl/legal-notices/privacy-policy
Lingue Supportate 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\/"
    ]
}