NSBHS Intranet Scrolling

Enables scrolling on the NSBHS Intranet.

NSBHS Intranet Scrollingคืออะไร?

NSBHS Intranet Scrolling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Carey Li และคุณลักษณะหลักของมันคือ "Enables scrolling on the NSBHS Intranet."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NSBHS Intranet Scrolling

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}