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
公式URL 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"
    }
}