The Scholars' Avenue Notifier

Keep up with the latest from The Scholars' Avenue.

什麼是The Scholars' Avenue Notifier?

The Scholars' Avenue Notifier是由http://www.scholarsavenue.org開發的Chrome擴展程式,該擴展的主要功能是“Keep up with the latest from The Scholars' Avenue.”。

擴展截圖

screenshot

下載The Scholars' Avenue Notifier擴展crx文件

下載The Scholars' Avenue Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 The Scholars' Avenue Notifier The Scholars' Avenue Notifier
ID opfbgioidicadabmemolddbpniijlhok
官方網址 https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok
簡介 Keep up with the latest from The Scholars' Avenue.
檔案大小 181 KB
安裝次數 36
目前版本 12
更新時間 2014-06-20
上架時間 2014-06-20
評分 4.88/5 共 16 次評分
開發者 http://www.scholarsavenue.org
付費類型 free
擴展官網 http://www.scholarsavenue.org/
支援的語言 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"
    }
}