Boostogy

Boostogy updates schoology to be more user friendly and intuitive!

ما هو Boostogy؟

Boostogy هو إضافة Chrome تم تطويرها بواسطة Brandon Barker، والميزة الرئيسية لها هي "Boostogy updates schoology to be more user friendly and intuitive!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Boostogy

قم بتنزيل ملفات الامتداد Boostogy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Boostogy pronounced Boost-o-g is designed to enhance the schoology experience through UI and minor feature changes. Some features are temporary as a result of broken schoology features such as custom sorting and hiding classes. This product is in no way competing with schoology or has any association with the company schoology. Some may be concerned about the permission to view every page you visit; however, the framework used called cross-rider depends on this permission and in no way is this extension recording personal data.

Source Code: https://goo.gl/VZ0jvJ

Features
 - Circle icons opposed to squares
 - The ability to hide classes (Under show-all)
 - The ability to rearrange classes (Temporary)
 - A stagnate sidebar and top bar.
 - Auto-loading the next page updates when you reach the bottom of the page
 - Removal of School Themes
 - Many minor tweaks
 - Rename Classes
 - Ability to disable circle icons or auto loading.
 - Popup Scroll Lock
 - Boostogy Settings
 - Quiz Highlighter and Tools                    

معلومات أساسية عن التمديد

الاسم Boostogy Boostogy
ID kggdhabjkonkgnmmcnbjeiifllidfgde
عنوان URL الرسمي https://chromewebstore.google.com/detail/boostogy/kggdhabjkonkgnmmcnbjeiifllidfgde
الوصف Boostogy updates schoology to be more user friendly and intuitive!
حجم الملف 361 KB
عدد التثبيتات 491
النسخة الحالية 2.1.2
آخر تحديث 2016-02-09
تاريخ النشر 2016-02-08
تقييم 4.91/5 مجموع تقييمات 23
المطور Brandon Barker
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boostogy",
    "version": "2.1.2",
    "manifest_version": 2,
    "description": "Boostogy updates schoology to be more user friendly and intuitive!",
    "icons": {
        "16": "resources\/icons\/icon16.png",
        "48": "resources\/icons\/icon48.png",
        "128": "resources\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "libs\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.schoology.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*schoology*",
                "*school*"
            ],
            "js": [
                "vendor\/jquery\/jquery.js",
                "vendor\/jquery-ui\/jquery-ui.js",
                "vendor\/bind-first\/jquery.bind-first.js",
                "vendor\/rangy\/rangy-core.js",
                "vendor\/rangy\/rangy-classapplier.js",
                "vendor\/rangy\/rangy-highlighter.js",
                "libs\/core\/core.js",
                "libs\/core\/files.js",
                "libs\/core\/cache.js",
                "libs\/core\/popup.js",
                "libs\/modules\/misc\/user-finder.js",
                "libs\/modules\/course\/sorter.js",
                "libs\/modules\/course\/settings.js",
                "libs\/modules\/course\/alias.js",
                "libs\/modules\/course\/hider.js",
                "libs\/modules\/annotate\/note.js",
                "libs\/modules\/annotate\/highlight.js",
                "libs\/modules\/annotate\/disable-toggle.js",
                "libs\/modules\/annotate\/markout.js",
                "libs\/modules\/annotate\/sidebar.js",
                "libs\/modules\/misc\/autoload.js",
                "libs\/modules\/misc\/popup-scroll-lock.js",
                "libs\/modules\/misc\/settings-dropdown.js",
                "libs\/modules\/misc\/hide-overdue.js",
                "libs\/modules\/profile\/squarer.js",
                "libs\/modules\/profile\/circlizer.js",
                "libs\/init.js"
            ],
            "css": [
                "resources\/css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "resources\/*"
    ]
}