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
电子邮箱 [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"
    ]
}