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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย New York Public Library และคุณลักษณะหลักของมันคือ "View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NYPL Digital Collections Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}