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 là gì?

Parker Collection New Tab là một tiện ích mở rộng Chrome được phát triển bởi Liz Fischer, và tính năng chính của nó là "A tab extension for viewing the current date and time with an image from Parker on the Web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Parker Collection New Tab

Tải xuống các tệp mở rộng Parker Collection New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Parker Collection New Tab Parker Collection New Tab
ID fccmhedphcaccddkcmoifbgijfanabjp
URL Chính Thức https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp
Mô tả A tab extension for viewing the current date and time with an image from Parker on the Web
Kích Thước Tệp 1.6 MB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2018-11-03
Ngày Phát Hành 2018-11-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Liz Fischer
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md
Ngôn Ngữ Được Hỗ Trợ 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
}