NSBHS Intranet Scrolling

Enables scrolling on the NSBHS Intranet.

NSBHS Intranet Scrollingとは何ですか?

NSBHS Intranet ScrollingはCarey Liによって開発されたChromeの拡張機能で、その主な機能は「Enables scrolling on the NSBHS Intranet.」です。

NSBHS Intranet Scrolling拡張機能のCRXファイルをダウンロード

NSBHS Intranet Scrolling拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Enables scrolling on the NSBHS Intranet. Finally.

Also removes the pesky extra scrollbar.

Fixed error popup. Now browse the Classery™ in peace.                    

拡張機能の基本情報

名前 NSBHS Intranet Scrolling NSBHS Intranet Scrolling
ID kbomdflieoahglgbnahkekkhkoeljhlc
公式URL https://chrome.google.com/webstore/detail/nsbhs-intranet-scrolling/kbomdflieoahglgbnahkekkhkoeljhlc
説明 Enables scrolling on the NSBHS Intranet.
ファイルサイズ 18.76 KB
インストール数 26
現在のバージョン 1.2
最終更新日 2015-06-02
公開日 2015-06-02
評価 5.00/5 合計 7 レビュー
開発者 Carey Li
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://web3.northsydbo-h.schools.nsw.edu.au
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NSBHS Intranet Scrolling",
    "description": "Enables scrolling on the NSBHS Intranet.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "32x32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/web3.northsydbo-h.schools.nsw.edu.au\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/web3.northsydbo-h.schools.nsw.edu.au\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "16x16.png",
        "48": "32x32.png",
        "128": "32x32.png"
    },
    "web_accessible_resources": [
        "scroll.js"
    ]
}