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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enables scrolling on the NSBHS Intranet. Finally. Also removes the pesky extra scrollbar. Fixed error popup. Now browse the Classery™ in peace.
معلومات أساسية عن التمديد
الاسم | ![]() |
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" ] } |