Curriculum

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

What is Curriculum?

Curriculum is a Chrome extension developed by https://curriculum-app.io, and its main feature is "Create your lifelong learning curriculum. Build a study habit and achieve ambitious goals.".

Extension Screenshots

screenshot
screenshot

Download Curriculum Extension CRX File

Download Curriculum extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Curriculum Curriculum
ID pmofaeaejnaaehoojjfbcjdefhcnhnll
Official URL https://chrome.google.com/webstore/detail/curriculum/pmofaeaejnaaehoojjfbcjdefhcnhnll
Description Create your lifelong learning curriculum. Build a study habit and achieve ambitious goals.
File Size 42.38 KB
Installation Count 133
Current Version 0.0.4
Last Updated 2020-06-27
Publish Date 2020-06-27
Developer https://curriculum-app.io
Email [email protected]
Payment Type free
Extension Website https://curriculum-app.io
Privacy Policy Page URL https://curriculum-app.io/privacy-policy
Supported Languages 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\/*"
    ]
}