Even More Dimension
Let's make the LMS something worthy of tech and design
Even More Dimension là gì?
Even More Dimension là một tiện ích mở rộng Chrome được phát triển bởi Yustynn, và tính năng chính của nó là "Let's make the LMS something worthy of tech and design".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Even More Dimension
Tải xuống các tệp mở rộng Even More Dimension 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
FOR SUTD STUDENTS: It improves eDimension in 4 ways 1) Better (maybe) styling. 2) Download button for every link (no more going through a pointless preview page to download your homework) 3) Download button for every folder (recursively downloads all documents in subsequent folders as well) 4) Download All button on every page (next to page title) GitHub: https://github.com/Yustynn/evenMoreDimension PS: This collects anonymous usage statistics, to demonstrate its usefulness to the school. The data is never tied to you specifically, so don't worry. It's to prove that the added download buttons are a very useful feature.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Even More Dimension |
ID | defapkcdijpdlejlkhbkklbnmcpcpijm |
URL Chính Thức | https://chromewebstore.google.com/detail/even-more-dimension/defapkcdijpdlejlkhbkklbnmcpcpijm |
Mô tả | Let's make the LMS something worthy of tech and design |
Kích Thước Tệp | 52.14 KB |
Số Lần Cài Đặt | 402 |
Phiên Bản Hiện Tại | 1.3.10 |
Cập Nhật Lần Cuối | 2022-10-17 |
Ngày Phát Hành | 2019-05-18 |
Đánh Giá | 5.00/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Yustynn |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Even More Dimension", "description": "Let's make the LMS something worthy of tech and design", "version": "1.3.10", "background": { "scripts": [ "eventPage.js" ] }, "permissions": [ "downloads" ], "content_scripts": [ { "matches": [ "https:\/\/edimension.sutd.edu.sg\/*" ], "css": [ "sass\/style.css" ], "js": [ "jquery.js", "ga.js", "app.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "images\/*" ] } |