NSBHS Intranet Scrolling

Enables scrolling on the NSBHS Intranet.

Qu'est-ce que NSBHS Intranet Scrolling ?

NSBHS Intranet Scrolling est une extension Chrome développée par Carey Li, et sa fonction principale est "Enables scrolling on the NSBHS Intranet.".

Télécharger le fichier CRX de l'extension NSBHS Intranet Scrolling

Téléchargez les fichiers d'extension NSBHS Intranet Scrolling au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Enables scrolling on the NSBHS Intranet. Finally.

Also removes the pesky extra scrollbar.

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

Informations de Base sur l'Extension

Nom NSBHS Intranet Scrolling NSBHS Intranet Scrolling
ID kbomdflieoahglgbnahkekkhkoeljhlc
URL Officiel https://chrome.google.com/webstore/detail/nsbhs-intranet-scrolling/kbomdflieoahglgbnahkekkhkoeljhlc
Description Enables scrolling on the NSBHS Intranet.
Taille du Fichier 18.76 KB
Nombre d'Installations 26
Version Actuelle 1.2
Dernière Mise à Jour 2015-06-02
Date de Publication 2015-06-02
Évaluation 5.00/5 Total 7 Évaluations
Développeur Carey Li
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://web3.northsydbo-h.schools.nsw.edu.au
Langues Prises en Charge 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"
    ]
}