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 girapreview द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button to rotate photos/pdf files of student activities in Google Classroom. It doesn't modify the files."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rotate the preview in Classroom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } } |