Study Aid

Study more efficiently with the help of Pepppina

Study Aid란 무엇입니까?

Study Aid은(는) pepppina<3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Study more efficiently with the help of Pepppina"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Pepppina-gogy: Study Aid is an extension meant to help students study and prepare for exams better. It's main functionalities are the 4 settings that it has. You can use this extension to record your goals before each study session, track the time that you have been studying for, do quick calculations, and enable dark mode to protect your eyes.                    

확장 프로그램 기본 정보

이름 Study Aid Study Aid
ID knhfbolnlplfpiohobmeckgcddpfinck
공식 URL https://chromewebstore.google.com/detail/study-aid/knhfbolnlplfpiohobmeckgcddpfinck
설명 Study more efficiently with the help of Pepppina
파일 크기 644 KB
설치 횟수 58
현재 버전 0.0.0.1
최근 업데이트 2022-06-15
출시 날짜 2022-06-15
평점 5.00/5 총 4 개의 평점
개발자 pepppina<3
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Study Aid",
    "description": "Study more efficiently with the help of Pepppina",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/www.google.com\/*"
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/Logo.png",
            "32": "\/images\/Logo.png",
            "48": "\/images\/Logo.png",
            "128": "\/images\/Logo.png"
        }
    },
    "icons": {
        "16": "\/images\/Pepppina-gogy.png",
        "32": "\/images\/Pepppina-gogy.png",
        "48": "\/images\/Pepppina-gogy.png",
        "128": "\/images\/Pepppina-gogy.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/popup.js",
                "\/Features\/B.js"
            ]
        }
    ]
}