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
官方網址 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"
    ]
}