QuickNote

Simple Note app

Apa itu QuickNote?

QuickNote adalah ekstensi Chrome yang dikembangkan oleh Gavin Thomas, dan fitur utamanya adalah "Simple Note app".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi QuickNote

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

                        QuickNote is your source for fast, neat, and organized notes. The Extension syncs with all your devices logged in with chrome. 

**Requesting Permissions**
The Extension stores your notes with Google Chromes Storage Sync API. Your data is never transmitted or received anywhere except locally on your computer.                    

Informasi Dasar Ekstensi

Nama QuickNote QuickNote
ID dcpdoelecfeoaagkleajgaeedkdaibad
URL Resmi https://chromewebstore.google.com/detail/quicknote/dcpdoelecfeoaagkleajgaeedkdaibad
Deskripsi Simple Note app
Ukuran File 203 KB
Jumlah Instalasi 137
Versi Saat Ini 1.3.4
Terakhir Diperbarui 2018-01-16
Tanggal Publikasi 2018-01-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Gavin Thomas
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gthomas.me
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickNote",
    "description": "Simple Note app",
    "version": "1.3.4",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": "QuickNote",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}