School Loop Easy Loop

An extension that enhances the schoolloop interface to allow easy grade calculation

School Loop Easy Loopคืออะไร?

School Loop Easy Loop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sriharsha Guduguntla และคุณลักษณะหลักของมันคือ "An extension that enhances the schoolloop interface to allow easy grade calculation"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย School Loop Easy Loop

ดาวน์โหลดไฟล์ส่วนขยาย School Loop Easy Loop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easy Loop is a simple Schoolloop extension that adds the ability to calculate grades with realtime grade updates and a beautiful user interface. Before enabling this extension, please make sure that any similar schoolloop extensions are disabled since they may interfere with Easy Loop. 

NEW FEATURES:  

   ** Ability to recalculate your grade to confirm calculations
   ** Ability to edit grades directly, and recalculate grade
   ** INTRODUCING THEMES: Easy Loop, Modern Light, Modern Dark, Sweet Maroon, Dollar Green, more coming soon!

Finals are coming up! Need a finals grade calculator? Easy Loop offers an easy to use in built finals grade calculator along with the various features below:

Easy Loop 3.0 Features:  

 - Add and delete assignments
 - Add new weightage categories
 - Grade Breakdown by Category (NEW!)
 - Editable Grades with ability to recalculate grade at the click of a button (NEW!)
 - THEMES: Easy Loop, Modern Light, Modern Dark, Sweet Maroon (NEW!)
 - Calculate final and category grades within seconds, etc.
 - Finals Grade Calculator
 - Enable & Disable Easy Loop 
 - Calculate grades for classes without categories 
 - Sort grades by category, score, etc. 
 - Visual customization
 - Enhance the visual appearance of Schoolloop 

Easy Loop will provide you the features that only your teachers are essentially permitted. Therefore, be your teacher today and calculate your grade within seconds! 

How to Disable Extensions Temporarily: 

1.) On your browser, click menu or the three bars that look like a hamburger
2.) Select More tools > Extensions.
3.) To turn off an extension, uncheck the Enabled box. Check the box to turn it on.

Please await further updates including a

 - Ability to delete existing categories, etc. 
 - Ability to add weightages to classes that don't show weightages
 - More sorting types
 - More DETAILED grade breakdown
 - Auto-generated study plan/advice column
 - Themes

Email me at [email protected] for any questions, concerns, or comments. Leave suggestions or report any issues at:

https://github.com/sguduguntla/Easy-Loop-Extension/issues 

Privacy Policy: Please note that Easy Loop does not store any data and it ensures that all extracted info is deleted after the particular session. Login details, grades, etc. are not stored or accessible by Easy Loop thanks to the Google Chrome extension policies. This extension has no affiliation with the Schoolloop company. 

Please feel free to leave reviews.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ School Loop Easy Loop School Loop Easy Loop
ID kkhpoabcjhecnadcnkgldgpfbncbjfjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/school-loop-easy-loop/kkhpoabcjhecnadcnkgldgpfbncbjfjj
คำอธิบาย An extension that enhances the schoolloop interface to allow easy grade calculation
ขนาดไฟล์ 1.73 MB
จำนวนการติดตั้ง 4,669
เวอร์ชันปัจจุบัน 3.1.3
อัปเดตครั้งล่าสุด 2019-01-16
วันที่เผยแพร่ 2019-01-15
คะแนน 4.56/5 รวมทั้งหมด 102 คะแนน
ผู้พัฒนา Sriharsha Guduguntla
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.sriharshaguduguntla.com/easyloop
URL หน้าช่วยเหลือ https://github.com/sguduguntla/Easy-Loop-Extension/issues
URL หน้านโยบายความเป็นส่วนตัว http://sriharshaguduguntla.com/easyloop/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "School Loop Easy Loop",
    "short_name": "Easy Loop",
    "version": "3.1.3",
    "description": "An extension that enhances the schoolloop interface to allow easy grade calculation",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/easyloop-icon16.png",
        "48": "images\/easyloop-icon48.png",
        "128": "images\/easyloop-icon128.png"
    },
    "web_accessible_resources": [
        "images\/easyloop-logo.png"
    ],
    "browser_action": {
        "name": "Make grade calculation easier!",
        "default_icon": "images\/easyloop-logo.png",
        "default_popup": "website\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "bootstrap\/js\/bootstrap.min.js",
                "user.js",
                "background.js"
            ],
            "css": [
                "bootstrap\/css\/bootstrap.min.css"
            ],
            "matches": [
                "https:\/\/*.schoolloop.com\/progress_report\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/*.schoolloop.com\/*"
            ],
            "css": [
                "bootstrap\/css\/bootstrap.min.css",
                "animate.css",
                "sweetalert2.min.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "sweetalert2.min.js",
                "bootstrap\/js\/bootstrap.min.js",
                "init.js",
                "theme_generator.js"
            ]
        }
    ]
}