NSBHS Intranet Scrolling
Enables scrolling on the NSBHS Intranet.
Apa itu NSBHS Intranet Scrolling?
NSBHS Intranet Scrolling adalah ekstensi Chrome yang dikembangkan oleh Carey Li, dan fitur utamanya adalah "Enables scrolling on the NSBHS Intranet.".
Unduh Berkas CRX Ekstensi NSBHS Intranet Scrolling
Unduh file ekstensi NSBHS Intranet Scrolling dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Enables scrolling on the NSBHS Intranet. Finally. Also removes the pesky extra scrollbar. Fixed error popup. Now browse the Classery™ in peace.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | kbomdflieoahglgbnahkekkhkoeljhlc |
URL Resmi | https://chrome.google.com/webstore/detail/nsbhs-intranet-scrolling/kbomdflieoahglgbnahkekkhkoeljhlc |
Deskripsi | Enables scrolling on the NSBHS Intranet. |
Ukuran File | 18.76 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-06-02 |
Tanggal Publikasi | 2015-06-02 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Carey Li |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://web3.northsydbo-h.schools.nsw.edu.au |
Bahasa yang Didukung | 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" ] } |