Curriculum
Create your lifelong learning curriculum. Build a study habit and achieve ambitious goals.
Curriculumとは何ですか?
Curriculumはhttps://curriculum-app.ioによって開発されたChromeの拡張機能で、その主な機能は「Create your lifelong learning curriculum. Build a study habit and achieve ambitious goals.」です。
拡張機能のスクリーンショット
Curriculum拡張機能のCRXファイルをダウンロード
Curriculum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | pmofaeaejnaaehoojjfbcjdefhcnhnll |
公式URL | https://chrome.google.com/webstore/detail/curriculum/pmofaeaejnaaehoojjfbcjdefhcnhnll |
説明 | Create your lifelong learning curriculum. Build a study habit and achieve ambitious goals. |
ファイルサイズ | 42.38 KB |
インストール数 | 133 |
現在のバージョン | 0.0.4 |
最終更新日 | 2020-06-27 |
公開日 | 2020-06-27 |
開発者 | https://curriculum-app.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://curriculum-app.io |
プライバシーポリシーページのURL | https://curriculum-app.io/privacy-policy |
対応言語 | 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\/*" ] } |