Create a Google Keep™ Note
This extension creates a new note in Google Keep™
Cos'è Create a Google Keep™ Note?
Create a Google Keep™ Note è un'estensione di Chrome sviluppata da Thomas Hammerlund, e la sua funzione principale è "This extension creates a new note in Google Keep™".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Create a Google Keep™ Note
Scarica i file di estensione Create a Google Keep™ Note in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Create a Google Keep™ Note |
ID | adpkhhdlcmklfbjbehgpgjcbmbemffnb |
URL Ufficiale | https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb |
Descrizione | This extension creates a new note in Google Keep™ |
Dimensione del File | 5.86 KB |
Conteggio Installazioni | 492 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2022-07-22 |
Data di Pubblicazione | 2021-04-17 |
Sviluppatore | Thomas Hammerlund |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sites.google.com/view/one-click-extensions/home |
URL della Pagina di Aiuto | https://sites.google.com/view/one-click-extensions/contact |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/one-click-extensions/privacy-policy |
Lingue Supportate | 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" } } |