PoliTools

Improve your everyday life with this Chrome extension for the teaching portal.

PoliTools là gì?

PoliTools là một tiện ích mở rộng Chrome được phát triển bởi Federico Lucido, và tính năng chính của nó là "Improve your everyday life with this Chrome extension for the teaching portal.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng PoliTools 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

                        PoliTools di Federico Lucido e Francesco Masullo

This extension is currently in development so any feedback, request or suggestion is more than welcome! Use the popup menu to reach our Telegram group.
 
FEATURES
• Themes:
  - Dark
• Download all video lessons of a course in a click, choosing from:
  - Prof & Slide
  - Slide only
• Download recorded virtual classrooms in a click
• New improved video player for lessons
• Select and download multiple files in the “Materials” section
• Quickly access courses Telegram groups.
• Choose what courses show in the timetable (as in the PoliTo App)
• Adjust video lessons and virtual classroom playback speed without the need of downloading them (up to 3x).


If you have any request or suggestions about this polito.it utility feel free to contact us via the Feedback menu.                    

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

Tên PoliTools PoliTools
ID fbbjhoaakfhbggkegckmjafkffaofnkd
URL Chính Thức https://chromewebstore.google.com/detail/politools/fbbjhoaakfhbggkegckmjafkffaofnkd
Mô tả Improve your everyday life with this Chrome extension for the teaching portal.
Kích Thước Tệp 4.77 MB
Số Lần Cài Đặt 9,189
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-03-19
Ngày Phát Hành 2020-05-08
Đánh Giá 4.76/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Federico Lucido
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.instagram.com/_politools/
URL Trang Trợ Giúp https://t.me/joinchat/BXW0uRM5t-ZTpmMdstz_bA
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/politoolsprivacypolicy/privacy-policy
Ngôn Ngữ Được Hỗ Trợ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Federico Lucido Francesco Masullo",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "style.css",
                "lib\/bootstrap.min.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/bootstrap.min.js",
                "scripts\/themes.js"
            ],
            "matches": [
                "*:\/\/*.polito.it\/*"
            ],
            "exclude_matches": [
                "*:\/\/mail.studenti.polito.it\/*",
                "*:\/\/*.polito.it\/mail\/faq.html",
                "*:\/\/*.polito.it\/",
                "*:\/\/exercise.polito.it\/*",
                "*:\/\/crownlabs.polito.it\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "lib\/jquery.min.js",
                "lib\/bootstrap.min.js",
                "scripts\/themes.js"
            ],
            "matches": [
                "*:\/\/mail.studenti.polito.it\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "lib\/FileSaver.min.js",
                "lib\/jszip.min.js",
                "lib\/jszip-utils.min.js",
                "scripts\/coursepage.js"
            ],
            "matches": [
                "*:\/\/*.polito.it\/pls\/portal30\/sviluppo.pagina_corso.main*"
            ]
        },
        {
            "js": [
                "scripts\/home.js"
            ],
            "matches": [
                "*:\/\/*.polito.it\/portal\/page\/portal\/home\/Studente*",
                "*:\/\/*.polito.it\/pls\/portal30\/sviluppo.pagina_studente_2016.main*"
            ]
        },
        {
            "js": [
                "scripts\/timetable.js"
            ],
            "matches": [
                "*:\/\/*.polito.it\/dotnet\/orari_lezione_pub\/StampaOrario*"
            ]
        },
        {
            "css": [
                "lib\/video-js.min.css",
                "lib\/forest.css"
            ],
            "js": [
                "lib\/video.min.js",
                "lib\/videojs.hotkeys.min.js",
                "scripts\/videolessons.js"
            ],
            "matches": [
                "*:\/\/*.polito.it\/portal\/pls\/portal\/sviluppo.videolezioni.vis*",
                "*:\/\/*.polito.it\/pls\/portal30\/sviluppo.videolezioni.vis*",
                "*:\/\/elearning.polito.it\/gadgets\/video\/template_video.php*",
                "*:\/\/*.polito.it\/dl*"
            ]
        },
        {
            "css": [
                "lib\/video-js.min.css",
                "lib\/forest.css"
            ],
            "js": [
                "lib\/video.min.js",
                "lib\/videojs.hotkeys.min.js",
                "scripts\/virtualclassroom.js"
            ],
            "matches": [
                "*:\/\/*.polito.it\/playback\/*",
                "*:\/\/*.polito.it\/pls\/portal30\/sviluppo.pagina_corso.main?t=3&p_sottopagina=VC_*",
                "*:\/\/*.polito.it\/pls\/portal30\/sviluppo.pagina_corso.main*",
                "*:\/\/*.polito.it\/portal\/pls\/portal\/sviluppo.virtual_classroom*",
                "*:\/\/*.polito.it\/portal\/pls\/portal\/sviluppo.pagina_corso.main*p_sottopagina=VC*"
            ]
        },
        {
            "js": [
                "lib\/jquery.min.js",
                "scripts\/bigbluebutton.js"
            ],
            "matches": [
                "*:\/\/*.polito.it\/playback\/*",
                "*:\/\/*.polito.it\/portal\/pls\/portal\/sviluppo.virtual_classroom*",
                "*:\/\/*.polito.it\/portal\/pls\/portal\/sviluppo.pagina_corso.main*p_sottopagina=VC*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "lib\/jquery.min.js",
                "scripts\/email.js"
            ],
            "matches": [
                "*:\/\/mail.studenti.polito.it\/*"
            ]
        }
    ],
    "description": "Improve your everyday life with this Chrome extension for the teaching portal.",
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.polito.it\/*",
            "*:\/\/fbbjhoaakfhbggkegckmjafkffaofnkd\/*"
        ]
    },
    "icons": {
        "128": "\/immagini\/icon128.png"
    },
    "manifest_version": 2,
    "name": "PoliTools",
    "permissions": [
        "declarativeContent",
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.polito.it\/",
        "http:\/\/*.polito.it\/"
    ],
    "version": "1.1.0",
    "web_accessible_resources": [
        "immagini\/*",
        "lib\/*",
        "fonts\/*",
        "popup\/*",
        "scripts\/*",
        "themes\/*"
    ]
}