ClassAway

Hides classes on Google Classroom

ClassAway란 무엇입니까?

ClassAway은(는) Adriano Rangel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides classes on Google Classroom"입니다.

확장 프로그램 스크린샷

screenshot

ClassAway 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ClassAway is a smart and intuitive Google Chrome extension designed to declutter your Google Classroom by hiding the classes of your choice. This allows you to focus on what's important, whether that's current classes, specific projects, or just reducing visual clutter.

Key Features:

Hide Classes: Simply type in the name of the class you wish to hide, hit 'Enter', and voila! That class is now hidden from your Google Classroom dashboard. This helps to clean up your dashboard and lets you focus on the classes that are most important to you.

Manage Hidden Classes: With ClassAway, you are always in control. You can see all your hidden classes at a glance and make changes as you wish. Made a mistake or want to unhide a class? No problem, just click the 'Edit' or 'Delete' icons.

User-Friendly Interface: ClassAway is designed with simplicity and user-friendliness in mind. It provides a clean, easy-to-navigate interface that doesn't require a learning curve.

Safe and Secure: ClassAway respects your privacy. It doesn't collect any personal data, and all operations are performed locally on your browser.

So why wait? Add ClassAway to your browser and take the first step towards a more organized, distraction-free Google Classroom experience.                    

확장 프로그램 기본 정보

이름 ClassAway ClassAway
ID paefibbdicikhmllmlkconnkmoacldog
공식 URL https://chromewebstore.google.com/detail/classaway/paefibbdicikhmllmlkconnkmoacldog
설명 Hides classes on Google Classroom
파일 크기 79.19 KB
설치 횟수 85
현재 버전 1.0
최근 업데이트 2023-07-05
출시 날짜 2023-07-05
평점 4.25/5 총 4 개의 평점
개발자 Adriano Rangel
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ClassAway",
    "version": "1.0",
    "description": "Hides classes on Google Classroom",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "\/images\/icon48.png",
            "64": "\/images\/icon64.png",
            "128": "\/images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "\/images\/icon48.png",
        "64": "\/images\/icon64.png",
        "128": "\/images\/icon128.png"
    }
}