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 |
| 公式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 |
| Eメール | [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"
}
}
} | |