jotted

build course maps by organizing the helpful links you love

jottedとは何ですか?

jottedはhttps://jotted.pageによって開発されたChromeの拡張機能で、その主な機能は「build course maps by organizing the helpful links you love」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

jotted拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Trade your endless digital folders for cloud-based and collaborative mind maps with jotted! Turn the world's information into your knowledge by bookmarking like your brain thinks... it's brilliant! Share your knowledge maps with your team and build knowledge while you browse. 

The internet is a free university, and we want to help you build your own online course! Save helpful links as you learn new things, and explore our community to discover the best online resources for learning anything. One learner's rabbit hole is another's learning pathway! #WebUniversity

We envision a world where a brilliant bookmark bar is the solution to managing crowdsourced knowledge of the best resources on the internet as easily as the click of a button. #BuildKnowledgeTogether to #FreeEducation.                    

拡張機能の基本情報

名前 jotted jotted
ID bhkpkgkamphddkkcibjakioeajhiadpo
公式URL https://chromewebstore.google.com/detail/jotted/bhkpkgkamphddkkcibjakioeajhiadpo
説明 build course maps by organizing the helpful links you love
ファイルサイズ 734 KB
インストール数 177
現在のバージョン 0.0.9
最終更新日 2023-03-29
公開日 2022-10-28
評価 4.50/5 合計 8 レビュー
開発者 https://jotted.page
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://jotted.page/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "jotted",
    "description": "build course maps by organizing the helpful links you love",
    "author": "Talbert Herndon",
    "version": "0.0.9",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "*:\/\/*.google.com\/",
        "http:\/\/localhost:3000\/"
    ]
}