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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | cnnjheeaajobcigngnbandpahhogemif |
| 官方網址 | 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"
}
}
} | |