The Scholars' Avenue Notifier

Keep up with the latest from The Scholars' Avenue.

The Scholars' Avenue Notifier là gì?

The Scholars' Avenue Notifier là một tiện ích mở rộng Chrome được phát triển bởi http://www.scholarsavenue.org, và tính năng chính của nó là "Keep up with the latest from The Scholars' Avenue.".

Ả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 The Scholars' Avenue Notifier

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

                                            

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

Tên The Scholars' Avenue Notifier The Scholars' Avenue Notifier
ID opfbgioidicadabmemolddbpniijlhok
URL Chính Thức https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok
Mô tả Keep up with the latest from The Scholars' Avenue.
Kích Thước Tệp 181 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 12
Cập Nhật Lần Cuối 2014-06-20
Ngày Phát Hành 2014-06-20
Đánh Giá 4.88/5 Tổng số 16 Đánh Giá
Nhà Phát Triển http://www.scholarsavenue.org
Loại Thanh Toán free
Trang Web Mở Rộng http://www.scholarsavenue.org/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Scholars' Avenue Notifier",
    "version": "12",
    "manifest_version": 2,
    "description": "Keep up with the latest from The Scholars' Avenue.",
    "icons": {
        "48": "images\/tsa47px.png",
        "128": "images\/tsa128px.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/tsa19px.png"
        },
        "default_title": "The Scholars' Avenue Notifier",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.scholarsavenue.org\/feed\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    }
}