Curriculum

Create your lifelong learning curriculum. Build a study habit and achieve ambitious goals.

Was ist Curriculum?

Curriculum ist eine Chrome-Erweiterung, die von https://curriculum-app.io entwickelt wurde, und ihr Hauptmerkmal ist "Create your lifelong learning curriculum. Build a study habit and achieve ambitious goals.".

Erweiterungsscreenshots

screenshot
screenshot

Curriculum-Erweiterungs-CRX-Datei herunterladen

Laden Sie Curriculum-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Curriculum Curriculum
ID pmofaeaejnaaehoojjfbcjdefhcnhnll
Offizielle URL https://chrome.google.com/webstore/detail/curriculum/pmofaeaejnaaehoojjfbcjdefhcnhnll
Beschreibung Create your lifelong learning curriculum. Build a study habit and achieve ambitious goals.
Dateigröße 42.38 KB
Installationsanzahl 133
Aktuelle Version 0.0.4
Letztes Update 2020-06-27
Veröffentlichungsdatum 2020-06-27
Entwickler https://curriculum-app.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://curriculum-app.io
URL der Datenschutzrichtlinien-Seite https://curriculum-app.io/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Curriculum",
    "description": "Create your lifelong learning curriculum. Build a study habit and achieve ambitious goals.",
    "version": "0.0.4",
    "browser_action": {
        "default_icon": "icons\/curriculum_152x152.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/curriculum_152x152.png",
        "128": "icons\/curriculum_152x152.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/curriculum-app.io\/*"
    ]
}