Note

An extension that stores notes.

Apa itu Note?

Note adalah ekstensi Chrome yang dikembangkan oleh raybipse, dan fitur utamanya adalah "An extension that stores notes.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Note

Unduh file ekstensi Note 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

                        A simple extension that stores notes. The note is synced across accounts.                    

Informasi Dasar Ekstensi

Nama Note Note
ID mpafojdooddeahhaiemhgoclpdohfnhp
URL Resmi https://chromewebstore.google.com/detail/note/mpafojdooddeahhaiemhgoclpdohfnhp
Deskripsi An extension that stores notes.
Ukuran File 4.9 KB
Jumlah Instalasi 55
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-01-01
Tanggal Publikasi 2021-01-01
Pengembang raybipse
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://discord.com/invite/Ppc3ua5
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note",
    "version": "1.0",
    "description": "An extension that stores notes.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Note",
        "default_popup": "popup.html"
    }
}