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;

Το Rotate the preview in Classroom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον girapreview, και η κύρια λειτουργία του είναι "Adds a button to rotate photos/pdf files of student activities in Google Classroom. It doesn't modify the files.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rotate the preview in Classroom

Λήψη αρχείων επέκτασης Rotate the preview in Classroom σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rotate the preview in Classroom Rotate the preview in Classroom
ID cnnjheeaajobcigngnbandpahhogemif
Επίσημο URL https://chromewebstore.google.com/detail/rotate-the-preview-in-cla/cnnjheeaajobcigngnbandpahhogemif
Περιγραφή Adds a button to rotate photos/pdf files of student activities in Google Classroom. It doesn't modify the files.
Μέγεθος Αρχείου 43.06 KB
Αριθμός Εγκαταστάσεων 232
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2023-12-02
Ημερομηνία Δημοσίευσης 2021-06-07
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής girapreview
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    }
}