School Loop Enhancer

Adds missing features to SchoolLoop.com

School Loop Enhancer là gì?

School Loop Enhancer là một tiện ích mở rộng Chrome được phát triển bởi janka102, và tính năng chính của nó là "Adds missing features to SchoolLoop.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng School Loop Enhancer

Tải xuống các tệp mở rộng School Loop Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ***Notice: Does not work with the current version of School Loop***

School Loop Enhancer adds essential features to schoolloop.com that were left out.  These features make the web portal more interactive and enables students to use School Loop more efficiently and easily. School Loop Enhancer also improves features and looks that are default to School Loop.

=== Recent Changes ===
• Now the settings and data sync with your Google account on Chrome

=== Questions? Suggestions? Bugs? ===
• Submit them here http://goo.gl/9bmde

=== Features ===
• Check off assignments in the "Calendar"
• Improves on default looks and user interactions on the page
• Adds a link to open compatible attachments in Google Docs
• Adds a link to your school (configurable in the options page) on the www.SchoolLoop.com pages
• Enables autocomplete on the login form
• Ability to delete any of the data and start fresh!
• Everything syncs with your Google account on Chrome!


=== Change Log ===
-- 0.7.1.0 --
• Now the settings and data sync with your Google account on Chrome

-- 0.7.0.0 --
• Complete rewrite of almost everything
• Made the Options page much better
• Everything works now!

-- 0.6.1.5 --
• Improved how notifications are made.
• New notification asking for feedback on if I should continue the work on School Loop Enhancer.

-- 0.6.1.4 --
• School Loop updated their site, breaking the functionality of School Loop Enhancer :(

-- 0.6.1.2 --
• If assignments don't have details, remove one of the dotted lines.
• Fixed scroll bars always showing up for assignment details.

-- 0.6.1.0 --
• Added support for the small update School Loop made.
• Assignment details and progress reports open better than the default.
• Replaced the default assignment picture backgrounds with CSS.
• Long assignments scroll better than the default.
• Modified checkboxes slightly.
• Small improvements.

-- 0.6.0.0 --
• Added support for the new School Loop design.
• Got rid of features that made it into the new design.
• Rewrote how the user data is stored.
• Updated the notifications to match the new design better.
• Lots of small improvements.

-- 0.5.11.0 --
• I need the new permission to check if there is a School Loop tab already open
• The graph is now zoomable!
  + Click and drag to zoom
• The graph got upgraded with how it gets it data, now it should have much more!
• It will check if there is already a School Loop page open before opening another

-- 0.5.10.2--
• Fixed an issue with the graph if you have grades that are "None Published"
• Adds a link to your school (configurable in the options page) on the www.SchoolLoop.com pages
• Enables autocomplete on the login form
• You can delete any data and start fresh in the Options page.
• Fixed and issue where notifications wouldn't show up, (ex. new LoopMail)
• Changed the Background page to an Event page
• A bunch of misc. code tweaks

-- 0.5.9.0 --
• Added the graph!
• Added the rearrange ability of the right sidebar items (News, Schedule, etc.)

-- 0.5.8.1 --
• Small styling update
• Fixed an issue with the new "Splitting" of the "Current Assignments" where attachments would only sometimes show up
• Made the "Report an issue" button in the Options page go to the Chrome Web Store issue reporter

-- 0.5.8.0 --
• Added inline assignments to  the "Current Assignments" section
• Some small tweaks
    + "Login" and "Logout" are now "Log In" and "Log Out" 
    + If you do go to a page with just an assignment on it, the period of your class is bolded and green

-- 0.5.7.1 --
• Small tweaks

-- 0.5.7.0 --
• First public release!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên School Loop Enhancer School Loop Enhancer
ID gndngamokmnabgfdibbgcpbhgfoheimd
URL Chính Thức https://chromewebstore.google.com/detail/school-loop-enhancer/gndngamokmnabgfdibbgcpbhgfoheimd
Mô tả Adds missing features to SchoolLoop.com
Kích Thước Tệp 82.55 KB
Số Lần Cài Đặt 177
Phiên Bản Hiện Tại 0.7.1.0
Cập Nhật Lần Cuối 2017-01-13
Ngày Phát Hành 2017-01-12
Đánh Giá 4.32/5 Tổng số 19 Đánh Giá
Nhà Phát Triển janka102
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "School Loop Enhancer",
    "short_name": "SLE",
    "version": "0.7.1.0",
    "manifest_version": 2,
    "description": "Adds missing features to SchoolLoop.com",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/bg.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "School Loop Enhancer"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.schoolloop.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/search.schoolloop.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/search.schoolloop.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/schoolLoopSearch.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}