Notes

A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…

Apa itu Notes?

Notes adalah ekstensi Chrome yang dikembangkan oleh Jon Spensor, dan fitur utamanya adalah "A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Notes

Unduh file ekstensi Notes 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 whiteboard to write anything at any time.
Sometimes you need to take quick notes on what is discussed during any meeting or phone call. This extension will save you from the "Where to quickly write?"

It's just a whiteboard for you where you can add your daily notes and view them on your home and work computer.                    

Informasi Dasar Ekstensi

Nama Notes Notes
ID onlmjbjapkhhmcjocboedglenjieecno
URL Resmi https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno
Deskripsi A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Ukuran File 390 KB
Jumlah Instalasi 67
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-08-25
Tanggal Publikasi 2021-08-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Jon Spensor
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notes",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}