Create a Google Keep™ Note
This extension creates a new note in Google Keep™
What is Create a Google Keep™ Note?
Create a Google Keep™ Note is a Chrome extension developed by Thomas Hammerlund, and its main feature is "This extension creates a new note in Google Keep™".
Extension Screenshots
Download Create a Google Keep™ Note Extension CRX File
Download Create a Google Keep™ Note extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Create a Google Keep™ Note |
ID | adpkhhdlcmklfbjbehgpgjcbmbemffnb |
Official URL | https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb |
Description | This extension creates a new note in Google Keep™ |
File Size | 5.86 KB |
Installation Count | 492 |
Current Version | 0.3 |
Last Updated | 2022-07-22 |
Publish Date | 2021-04-17 |
Developer | Thomas Hammerlund |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/one-click-extensions/home |
Help Page URL | https://sites.google.com/view/one-click-extensions/contact |
Privacy Policy Page URL | https://sites.google.com/view/one-click-extensions/privacy-policy |
Supported Languages | 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" } } |