Create a Google Keep™ Note
This extension creates a new note in Google Keep™
Create a Google Keep™ Noteคืออะไร?
Create a Google Keep™ Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thomas Hammerlund และคุณลักษณะหลักของมันคือ "This extension creates a new note in Google Keep™"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Create a Google Keep™ Note
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |