Parker Collection New Tab

A tab extension for viewing the current date and time with an image from Parker on the Web

Parker Collection New Tabคืออะไร?

Parker Collection New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liz Fischer และคุณลักษณะหลักของมันคือ "A tab extension for viewing the current date and time with an image from Parker on the Web"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parker Collection New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Parker Collection New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get a random image from Parker on the Web every time you open a new tab. Explore the collection of manuscripts from the Parker Library at Corpus Christi College, Cambridge just opening up your browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Parker Collection New Tab Parker Collection New Tab
ID fccmhedphcaccddkcmoifbgijfanabjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp
คำอธิบาย A tab extension for viewing the current date and time with an image from Parker on the Web
ขนาดไฟล์ 1.6 MB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2018-11-03
วันที่เผยแพร่ 2018-11-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Liz Fischer
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parker Collection New Tab",
    "description": "A tab extension for viewing the current date and time with an image from Parker on the Web",
    "short_name": "Parker Tab",
    "version": "0.2",
    "incognito": "split",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' http:\/\/*.stanford.edu\/*; object-src 'self'",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "manifest_version": 2
}