NoteTaker
Take quick notes and save them without moving away from your browser!
NoteTakerคืออะไร?
NoteTaker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nehan Sikder และคุณลักษณะหลักของมันคือ "Take quick notes and save them without moving away from your browser!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NoteTaker
ดาวน์โหลดไฟล์ส่วนขยาย NoteTaker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes! Logo design - [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NoteTaker |
ID | jedmfdadjflnlakpidicccpibkdfpeap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap |
คำอธิบาย | Take quick notes and save them without moving away from your browser! |
ขนาดไฟล์ | 394 KB |
จำนวนการติดตั้ง | 1,015 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2017-01-15 |
วันที่เผยแพร่ | 2017-01-15 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Nehan Sikder |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoteTaker", "description": "Take quick notes and save them without moving away from your browser!", "version": "0.0.0.3", "manifest_version": 2, "browser_action": { "default_icon": "logo3.png" }, "background": { "scripts": [ "jquery.js", "FileSaver.js", "background.js" ] }, "content_scripts": [ { "js": [ "jquery.js", "FileSaver.js", "background.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |