jotted

build course maps by organizing the helpful links you love

Apa itu jotted?

jotted adalah ekstensi Chrome yang dikembangkan oleh https://jotted.page, dan fitur utamanya adalah "build course maps by organizing the helpful links you love".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi jotted

Unduh file ekstensi jotted dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama jotted jotted
ID bhkpkgkamphddkkcibjakioeajhiadpo
URL Resmi https://chromewebstore.google.com/detail/jotted/bhkpkgkamphddkkcibjakioeajhiadpo
Deskripsi build course maps by organizing the helpful links you love
Ukuran File 734 KB
Jumlah Instalasi 177
Versi Saat Ini 0.0.9
Terakhir Diperbarui 2023-03-29
Tanggal Publikasi 2022-10-28
Penilaian 4.50/5 Total 8 Penilaian
Pengembang https://jotted.page
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://jotted.page/
Bahasa yang Didukung 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\/"
    ]
}