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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/"
    ]
}