Escoffier's New Tab

Replace default new tab page in Chrome with a useful new tab page for Escoffier students.

Escoffier's New Tab là gì?

Escoffier's New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://my.escoffier.edu, và tính năng chính của nó là "Replace default new tab page in Chrome with a useful new tab page for Escoffier students.".

Ả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 Escoffier's New Tab

Tải xuống các tệp mở rộng Escoffier's 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

                        Escoffier Tab is a tool for the students of Auguste Escoffier School of Culinary Arts.  Opening a new tab page gives you quick access to your school sites and tools. Make your new tab page a true home for your school work. 

Not currently an Escoffier Student? Visit Escoffier.edu to sign up today!                    

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

Tên Escoffier's New Tab Escoffier's New Tab
ID gedofleghkpmckgehefpllkfdhhaokmf
URL Chính Thức https://chromewebstore.google.com/detail/escoffiers-new-tab/gedofleghkpmckgehefpllkfdhhaokmf
Mô tả Replace default new tab page in Chrome with a useful new tab page for Escoffier students.
Kích Thước Tệp 353 KB
Số Lần Cài Đặt 497
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2018-10-29
Ngày Phát Hành 2018-10-29
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://my.escoffier.edu
Loại Thanh Toán free
Trang Web Mở Rộng https://www.escoffier.edu/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Escoffier's New Tab",
    "description": "Replace default new tab page in Chrome with a useful new tab page for Escoffier students.",
    "version": "2.3",
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.escoffieronline.com\/*"
            ],
            "js": [
                "checkInstalled.js"
            ],
            "run_at": "document_start"
        }
    ]
}