Create a Google Keep™ Note

This extension creates a new note in Google Keep™

Was ist Create a Google Keep™ Note?

Create a Google Keep™ Note ist eine Chrome-Erweiterung, die von Thomas Hammerlund entwickelt wurde, und ihr Hauptmerkmal ist "This extension creates a new note in Google Keep™".

Erweiterungsscreenshots

screenshot

Create a Google Keep™ Note-Erweiterungs-CRX-Datei herunterladen

Laden Sie Create a Google Keep™ Note-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Create a Google Keep™ Note Create a Google Keep™ Note
ID adpkhhdlcmklfbjbehgpgjcbmbemffnb
Offizielle URL https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb
Beschreibung This extension creates a new note in Google Keep™
Dateigröße 5.86 KB
Installationsanzahl 492
Aktuelle Version 0.3
Letztes Update 2022-07-22
Veröffentlichungsdatum 2021-04-17
Entwickler Thomas Hammerlund
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sites.google.com/view/one-click-extensions/home
Hilfeseite URL https://sites.google.com/view/one-click-extensions/contact
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/one-click-extensions/privacy-policy
Unterstützte Sprachen 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"
    }
}