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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } } |