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ファイルをダウンロード

Study Aid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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