Create a Google Keep™ Note
This extension creates a new note in Google Keep™
什麼是Create a Google Keep™ Note?
Create a Google Keep™ Note是由Thomas Hammerlund開發的Chrome擴展程式,該擴展的主要功能是“This extension creates a new note in Google Keep™”。
擴展截圖
下載Create a Google Keep™ Note擴展crx文件
下載Create a Google Keep™ Note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Create a Google Keep™ Note |
ID | adpkhhdlcmklfbjbehgpgjcbmbemffnb |
官方網址 | https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb |
簡介 | This extension creates a new note in Google Keep™ |
檔案大小 | 5.86 KB |
安裝次數 | 492 |
目前版本 | 0.3 |
更新時間 | 2022-07-22 |
上架時間 | 2021-04-17 |
開發者 | Thomas Hammerlund |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://sites.google.com/view/one-click-extensions/home |
說明頁面URL | https://sites.google.com/view/one-click-extensions/contact |
隱私政策頁面URL | https://sites.google.com/view/one-click-extensions/privacy-policy |
支援的語言 | 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" } } |