Notes
A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Notesคืออะไร?
Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jon Spensor และคุณลักษณะหลักของมันคือ "A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notes
ดาวน์โหลดไฟล์ส่วนขยาย Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone call. This extension will save you from the "Where to quickly write?" It's just a whiteboard for you where you can add your daily notes and view them on your home and work computer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Notes |
ID | onlmjbjapkhhmcjocboedglenjieecno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno |
คำอธิบาย | A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone… |
ขนาดไฟล์ | 390 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-08-25 |
วันที่เผยแพร่ | 2021-08-18 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Jon Spensor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notes", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |