Rotate the preview in Classroom

Adds a button to rotate photos/pdf files of student activities in Google Classroom. It doesn't modify the files.

Rotate the preview in Classroom là gì?

Rotate the preview in Classroom là một tiện ích mở rộng Chrome được phát triển bởi girapreview, và tính năng chính của nó là "Adds a button to rotate photos/pdf files of student activities in Google Classroom. It doesn't modify the files.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rotate the preview in Classroom

Tải xuống các tệp mở rộng Rotate the preview in Classroom 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

                        Adiciona um botão para girar as fotos/pdf das atividades dos alunos no Google Sala de Aula.

Não modifica o arquivo, apenas gira a visualização para facilitar a correção das tarefas pelo professor.

##

Adds a button to rotate photos/pdf files of student activities in Google Classroom.

It does not modify the file, it just rotates the view to facilitate the correction of tasks by the teacher.                    

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

Tên Rotate the preview in Classroom Rotate the preview in Classroom
ID cnnjheeaajobcigngnbandpahhogemif
URL Chính Thức https://chromewebstore.google.com/detail/rotate-the-preview-in-cla/cnnjheeaajobcigngnbandpahhogemif
Mô tả Adds a button to rotate photos/pdf files of student activities in Google Classroom. It doesn't modify the files.
Kích Thước Tệp 43.06 KB
Số Lần Cài Đặt 232
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-12-02
Ngày Phát Hành 2021-06-07
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển girapreview
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,pt-BR,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.1.2",
    "default_locale": "pt_BR",
    "description": "__MSG_appDesc__",
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/file\/d\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon24.png"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    }
}