Create a Google Keep™ Note
This extension creates a new note in Google Keep™
Wat is Create a Google Keep™ Note?
Create a Google Keep™ Note is een Chrome-extensie ontwikkeld door Thomas Hammerlund, en de belangrijkste functie is "This extension creates a new note in Google Keep™".
Extensie Screenshots
Download het CRX-bestand van de extensie Create a Google Keep™ Note
Download Create a Google Keep™ Note-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Create a Google Keep™ Note |
ID | adpkhhdlcmklfbjbehgpgjcbmbemffnb |
Officiële URL | https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb |
Beschrijving | This extension creates a new note in Google Keep™ |
Bestandsgrootte | 5.86 KB |
Aantal Installaties | 492 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2022-07-22 |
Publicatiedatum | 2021-04-17 |
Ontwikkelaar | Thomas Hammerlund |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sites.google.com/view/one-click-extensions/home |
Help Pagina-URL | https://sites.google.com/view/one-click-extensions/contact |
URL van de Privacybeleid Pagina | https://sites.google.com/view/one-click-extensions/privacy-policy |
Ondersteunde Talen | 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" } } |