NSBHS Intranet Scrolling

Enables scrolling on the NSBHS Intranet.

What is NSBHS Intranet Scrolling?

NSBHS Intranet Scrolling is a Chrome extension developed by Carey Li, and its main feature is "Enables scrolling on the NSBHS Intranet.".

Download NSBHS Intranet Scrolling Extension CRX File

Download NSBHS Intranet Scrolling extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enables scrolling on the NSBHS Intranet. Finally.

Also removes the pesky extra scrollbar.

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

Extension Basic Information

Name NSBHS Intranet Scrolling NSBHS Intranet Scrolling
ID kbomdflieoahglgbnahkekkhkoeljhlc
Official URL https://chrome.google.com/webstore/detail/nsbhs-intranet-scrolling/kbomdflieoahglgbnahkekkhkoeljhlc
Description Enables scrolling on the NSBHS Intranet.
File Size 18.76 KB
Installation Count 26
Current Version 1.2
Last Updated 2015-06-02
Publish Date 2015-06-02
Rating 5.00/5 Total 7 Ratings
Developer Carey Li
Email [email protected]
Payment Type free
Extension Website http://web3.northsydbo-h.schools.nsw.edu.au
Supported Languages 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"
    ]
}