Create a Google Keep™ Note

This extension creates a new note in Google Keep™

Apa itu Create a Google Keep™ Note?

Create a Google Keep™ Note adalah ekstensi Chrome yang dikembangkan oleh Thomas Hammerlund, dan fitur utamanya adalah "This extension creates a new note in Google Keep™".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Create a Google Keep™ Note

Unduh file ekstensi Create a Google Keep™ 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

                        This extension creates a new note in Google Keep when you click it. A new tab will open right to a new note.

If you are not logged into your Google Account, you will be directed to log in to your account.

This is very useful for taking quick notes  and writing down ideas.                    

Informasi Dasar Ekstensi

Nama Create a Google Keep™ Note Create a Google Keep™ Note
ID adpkhhdlcmklfbjbehgpgjcbmbemffnb
URL Resmi https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb
Deskripsi This extension creates a new note in Google Keep™
Ukuran File 5.86 KB
Jumlah Instalasi 492
Versi Saat Ini 0.3
Terakhir Diperbarui 2022-07-22
Tanggal Publikasi 2021-04-17
Pengembang Thomas Hammerlund
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sites.google.com/view/one-click-extensions/home
URL Halaman Bantuan https://sites.google.com/view/one-click-extensions/contact
URL Halaman Kebijakan Privasi https://sites.google.com/view/one-click-extensions/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Keep\u2122 Note",
    "description": "This extension creates a new note in Google Keep\u2122",
    "version": "0.3",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Keep\u2122 Note"
    },
    "background": {
        "service_worker": "background.js"
    }
}