NSBHS Intranet Scrolling

Enables scrolling on the NSBHS Intranet.

Wat is NSBHS Intranet Scrolling?

NSBHS Intranet Scrolling is een Chrome-extensie ontwikkeld door Carey Li, en de belangrijkste functie is "Enables scrolling on the NSBHS Intranet.".

Download het CRX-bestand van de extensie NSBHS Intranet Scrolling

Download NSBHS Intranet Scrolling-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Enables scrolling on the NSBHS Intranet. Finally.

Also removes the pesky extra scrollbar.

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

Basisinformatie over de Extensie

Naam NSBHS Intranet Scrolling NSBHS Intranet Scrolling
ID kbomdflieoahglgbnahkekkhkoeljhlc
Officiële URL https://chrome.google.com/webstore/detail/nsbhs-intranet-scrolling/kbomdflieoahglgbnahkekkhkoeljhlc
Beschrijving Enables scrolling on the NSBHS Intranet.
Bestandsgrootte 18.76 KB
Aantal Installaties 26
Huidige Versie 1.2
Laatst Bijgewerkt 2015-06-02
Publicatiedatum 2015-06-02
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Carey Li
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://web3.northsydbo-h.schools.nsw.edu.au
Ondersteunde Talen 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"
    ]
}