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'est-ce que NYPL Digital Collections Tab ?

NYPL Digital Collections Tab est une extension Chrome développée par New York Public Library, et sa fonction principale est "View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NYPL Digital Collections Tab

Téléchargez les fichiers d'extension NYPL Digital Collections Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NYPL Digital Collections Tab NYPL Digital Collections Tab
ID jnnfgdpljkdebldkndhkeooejakfjcme
URL Officiel https://chromewebstore.google.com/detail/nypl-digital-collections/jnnfgdpljkdebldkndhkeooejakfjcme
Description View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab.
Taille du Fichier 5.26 MB
Nombre d'Installations 58
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-08-31
Date de Publication 2017-08-31
Développeur New York Public Library
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://spacetime.nypl.org/
URL de la Page de Politique de Confidentialité http://www.nypl.org/help/about-nypl/legal-notices/privacy-policy
Langues Prises en Charge 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\/"
    ]
}