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
官方網址 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
電子郵箱 [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\/"
    ]
}